X509AttributeBodyPartId Property |
Gets the value that identifies the tagged attribute.
Namespace:
System.Security.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public int BodyPartId { get; }
Public ReadOnly Property BodyPartId As Integer
Get
public:
property int BodyPartId {
int get ();
}
member BodyPartId : int with get
Property Value
Type:
Int32Remarks This property is used only for tagged attributes.
See Also