Attribute.Name property

[CAPICOM is a 32-bit only component that is available for use in the following operating systems: Windows Server 2008, Windows Vista, Windows XP. Instead, use the CryptographicAttributeObject Class in the System.Security.Cryptography namespace.]

The Name property sets or retrieves the CAPICOM name of the attribute. This is the default property.

This property is read/write.

Syntax

Attribute.Name As CAPICOM_ATTRIBUTE

Property value

A value of the CAPICOM_ATTRIBUTE enumeration that specifies the CAPICOM name of the attribute. The following table shows the possible values.

Value Meaning
CAPICOM_AUTHENTICATED_ATTRIBUTE_SIGNING_TIME
The attribute contains the time that the signature was created.
CAPICOM_AUTHENTICATED_ATTRIBUTE_DOCUMENT_NAME
The attribute contains the name of the signed document.
CAPICOM_AUTHENTICATED_ATTRIBUTE_DOCUMENT_DESCRIPTION
The attribute contains a description of the signed document.

 

Remarks

When the value of this property is reset, directly or indirectly, the whole state of the object is reset.

Requirements

Requirement Value
End of client support
Windows Vista
End of server support
Windows Server 2008
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Attribute