Пример #1
0
 public override bool SupportsAuthType(AuthHandle.AuthType authType)
 {
     return(authType == AuthHandle.AuthType.OIAP);
 }
Пример #2
0
 public override bool SupportsAuthType(AuthHandle.AuthType authType)
 {
     //TPM_TakeOwnership only supports OIAP
     return(authType == AuthHandle.AuthType.OIAP);
 }
Пример #3
0
 public abstract bool SupportsAuthType(AuthHandle.AuthType authType);