CertSrvCryptographyConfigEncryptionAlgorithm Property
Gets or sets the encryption symmetric algorithm used to perform key archival encryption.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public Oid EncryptionAlgorithm { get; set; }
Public Property EncryptionAlgorithm As Oid
Get
Set
public:
property Oid^ EncryptionAlgorithm {
Oid^ get ();
void set (Oid^ value);
}
member EncryptionAlgorithm : Oid with get, set
Property Value
Oid Setter of this property automatically updates
EncryptionKeyLength property to corresponding value.