Method | Description | |
---|---|---|
Copy ( ) : void | ||
Equals ( Object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetTpm2BRepresentation ( ) : byte[] | ||
GetTpmRepresentation ( ) : byte[] | ||
ToString ( ) : String | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
InternalReadXml ( XmlReader r ) : void | ||
InternalWriteXml ( XmlWriter w ) : void | ||
TpmStructureBase ( ) : System |
Method | Description | |
---|---|---|
GetFieldsToMarshal ( bool trackTags = false ) : TpmStructMemberInfo[] | ||
ToHost ( Marshaller m ) : void | ||
ToNet ( Marshaller m ) : void |
Implements marshaling logic for most of the TPM object types. Can be overridden if a custom marshaling logic is required (e.g. when marshaling of a field depends on other field's value).
|
|
ToStringInternal ( |
||
UnionElementFromSelector ( |
protected InternalReadXml ( XmlReader r ) : void | ||
r | XmlReader | |
return | void |
protected InternalWriteXml ( XmlWriter w ) : void | ||
w | XmlWriter | |
return | void |