CACryptographyProviderIsCNG Property |
Specifies whether the CA uses CNG (or legacy) cryptographic service provider.
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool ProviderIsCNG { get; set; }
Public Property ProviderIsCNG As Boolean
Get
Set
public:
property bool ProviderIsCNG {
bool get ();
void set (bool value);
}
member ProviderIsCNG : bool with get, set
Property Value
Type:
BooleanSee Also