Class AttributesHelper
Helps building Attributes for SignerInfo objects. See RFC 5652.
Inheritance
Inherited Members
Namespace: Sig.Crypto
Assembly: SigCrypto.dll
Syntax
public static class AttributesHelper
Methods
Name | Description |
---|---|
GetBioBlocks(Attributes) | Gets the bio blocks in the given attributes if present with the object identifier DOT_STEPOVER_DOC_BIODATA_BLOCKS |
GetBioKey(Attributes) | Gets the bio key, the encrypted AES key, in the given attributes if present with the object identifier DOT_STEPOVER_DOC_BIOKEY |
GetBioText(Attributes) | Gets the textual bio data in the given attributes if present with the object identifier DOT_STEPOVER_DOC_BIODATA_TEXT |
GetDeviceFirmwareVersion(Attributes) | Gets the device firmware version in the given attributes if present with the object identifier DOT_STEPOVER_DOC_DEVICE_FIRMWAREVERSION |
GetDeviceName(Attributes) | Gets the device name in the given attributes if present with the object identifier DOT_STEPOVER_DOC_DEVICE_NAME |
GetDeviceSerialNumber(Attributes) | Gets the device serial number in the given attributes if present with the object identifier DOT_STEPOVER_DOC_DEVICE_SERIALNUMBER |
GetDeviceTime(Attributes) | Gets the device time in the given attributes if present with the object identifier DOT_STEPOVER_DOC_DEVICE_TIME |
GetDriverCertificate(Attributes) | Gets the driver certificate in the given attributes if present with the object identifier DOT_STEPOVER_DOC_DRIVER_CERTIFICATE |
GetNotaryCert(Attributes) | Gets the notary certificate in the given attributes if present with the object identifier DOT_STEPOVER_DOC_NOTARY_CERT |
GetNotaryInfo(Attributes) | Retrieves a notary info in the given attributes if present with the object identifier DOT_STEPOVER_DOC_NOTARY_INFO |
GetNotaryKey(Attributes) | Gets the notary certificate in the given attributes if present with the object identifier DOT_STEPOVER_DOC_NOTARY_CERT |
GetOpenState(Attributes) | Gets the open state in the given attributes if present with the object identifier DOT_STEPOVER_DOC_DRIVER_CERTIFICATE |
RetrieveNotaryCert(Attributes) | |
RetrieveNotaryInfo(Attributes) | |
RetrieveNotaryKey(Attributes) | |
WrapBioBlocks(Byte[]) | Wraps an encoded sequence of bioBlocks into an attribute with OID DOT_STEPOVER_DOC_BIODATA_BLOCKS. |
WrapBioKey(Byte[]) | Wraps a bioKey into an attribute with OID DOT_STEPOVER_DOC_BIOKEY. |
WrapBioText(String) | Wraps textual biodata into an attribute with OID DOT_STEPOVER_DOC_BIODATA_TEXT. |
WrapDeviceFirmwareVersion(String) | Wraps a device firmware version into an attribute with OID DOT_STEPOVER_DOC_DEVICE_FIRMWAREVERSION |
WrapDeviceName(String) | Wraps a device name into an attribute with OID DOT_STEPOVER_DOC_DEVICE_NAME |
WrapDeviceSerialNumber(String) | Wraps a device serial number into an attribute with OID DOT_STEPOVER_DOC_DEVICE_SERIALNUMBER |
WrapDeviceTime(DateTime) | Wraps a time object into an attribute with OID DOT_STEPOVER_DOC_DEVICE_TIME |
WrapDriverCertificate(Byte[]) | Wraps a driver certificate into an attribute with OID DOT_STEPOVER_DOC_DRIVER_CERTIFICATE |
WrapNotaryCert(X509Certificate2) | Wraps the notary's certificate into an attribute with OID DOT_STEPOVER_DOC_NOTARY_CERT. |
WrapNotaryInfo(String) | Wraps textual notary info into an attribute with the OID DOT_STEPOVER_DOC_NOTARY_INFO. |
WrapNotaryKey(Byte[]) | Wraps the notary's public key into an attribute with the OID DOT_STEPOVER_DOC_NOTARY_KEY. |
WrapOpenState(Int32) | Wraps an integer open state into an attribute with the OID DOT_STEPOVER_DOC_DEVICE_OPENSTATE. |