Property | Type | Description | |
---|---|---|---|
ToHost | void | ||
ToNet | void |
Method | Description | |
---|---|---|
Copy ( ) : |
||
SymDef ( ) : System | ||
SymDef ( |
||
SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System | ||
SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System |
Method | Description | |
---|---|---|
ToHost ( Marshaller m ) : void | ||
ToNet ( Marshaller m ) : void |
public SymDef ( TpmAlgId theAlg, TpmAlgId hmacHash ) : System | ||
theAlg | TpmAlgId | TpmAlgId.Xor or TpmAlgId.Null |
hmacHash | TpmAlgId | Hash algorithm used with XOR algorithm in HMAC computation |
return | System |
public SymDef ( TpmAlgId the_Algorithm, ushort the_KeyBits, TpmAlgId the_Mode ) : System | ||
the_Algorithm | TpmAlgId | symmetric algorithm |
the_KeyBits | ushort | key size in bits |
the_Mode | TpmAlgId | encryption mode |
return | System |