public Sensitive ( byte the_authValue, byte the_seedValue, ISensitiveCompositeUnion the_sensitive ) : System |
the_authValue |
byte |
user authorization data The authValue may be a zero-length string. This value shall not be larger than the size of the digest produced by the nameAlg of the object. |
the_seedValue |
byte |
for a parent object, the optional protection seed; for other objects, the obfuscation value This value shall not be larger than the size of the digest produced by nameAlg of the object. |
the_sensitive |
ISensitiveCompositeUnion |
the type-specific private data(One of Tpm2bPrivateKeyRsa, Tpm2bEccParameter, Tpm2bSensitiveData, Tpm2bSymKey, Tpm2bPrivateVendorSpecific) |
return |
System |
|