PkcsSignerInfoBuilderAddAuthenticatedAttribute Method

Adds authenticated attribute. Authenticated attribute will be protected from tampering by digitally signing its contents.

Definition

Namespace: SysadminsLV.PKI.Cryptography.Pkcs
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public void AddAuthenticatedAttribute(
	Pkcs9AttributeObject attribute
)

Parameters

attribute  Pkcs9AttributeObject
An attribute that must be protected by digital signature.

Remarks

If same attribute (with same object identifier) is already presented in collection, it will be overwritten with attribute in the attribute parameter.

See Also