PkcsSignerInfoUnauthenticatedAttributes Property

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

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public Pkcs9AttributeObjectCollection UnauthenticatedAttributes { get; }

Property Value

Pkcs9AttributeObjectCollection

See Also