X509PrivateKeyBuilderKeyContainerName Property |
Gets or sets key container name that is used to store the key material within key provider.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string KeyContainerName { get; set; }
Public Property KeyContainerName As String
Get
Set
public:
virtual property String^ KeyContainerName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract KeyContainerName : string with get, set
override KeyContainerName : string with get, set
Property Value
Type:
StringImplements
IKeyStorageInfoKeyContainerNameSee Also