Exemplo n.º 1
0
 public override bool SupportsAuthType(AuthHandle.AuthType authType)
 {
     return(authType == AuthHandle.AuthType.OIAP);
 }
Exemplo n.º 2
0
 public override bool SupportsAuthType(AuthHandle.AuthType authType)
 {
     //TPM_TakeOwnership only supports OIAP
     return(authType == AuthHandle.AuthType.OIAP);
 }
Exemplo n.º 3
0
 public abstract bool SupportsAuthType(AuthHandle.AuthType authType);