PkcsSignerInfoBuilderAddAuthenticatedAttribute Method
Adds authenticated attribute. Authenticated attribute will be protected from tampering by digitally signing its contents.
Namespace: SysadminsLV.PKI.Cryptography.PkcsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public void AddAuthenticatedAttribute(
Pkcs9AttributeObject attribute
)
Public Sub AddAuthenticatedAttribute (
attribute As Pkcs9AttributeObject
)
public:
void AddAuthenticatedAttribute(
Pkcs9AttributeObject^ attribute
)
member AddAuthenticatedAttribute :
attribute : Pkcs9AttributeObject -> unit
Parameters
- attribute Pkcs9AttributeObject
-
An attribute that must be protected by digital signature.
If same attribute (with same object identifier) is already presented in collection, it will be overwritten with attribute in the
attribute parameter.