CertSrvCryptographyConfigEncryptionAlgorithm Property

Gets or sets the encryption symmetric algorithm used to perform key archival encryption.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public Oid EncryptionAlgorithm { get; set; }

Property Value

Oid

Remarks

Setter of this property automatically updates EncryptionKeyLength property to corresponding value.

See Also