Click or drag to resize

PkcsSignerInfoUnauthenticatedAttributes Property

Gets the X509AttributeCollection collection of unsigned attributes that is associated with the PkcsSignerInfo content. Unsigned attributes can be modified without invalidating the signature.

Namespace:  SysadminsLV.PKI.Cryptography.Pkcs
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public X509AttributeCollection UnauthenticatedAttributes { get; }

Property Value

Type: X509AttributeCollection
See Also