CryptoServiceProviderGetKeyContainer Method |
Gets the name of the key container.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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
RemarksThe name of the current user is usually used as a key container name.
Examples
See Also