CryptoServiceProviderGetKeyContainer Method |
Gets the name of the key container.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string GetKeyContainer()
Public Function GetKeyContainer As String
Return Value
Type:
StringThe key container string of the CSP if succeeded; otherwise, a null reference (
Nothing in Visual Basic).
Exceptions Remarks The name of the current user is usually used as a key container name.
Examples See Also