CryptoServiceProviderGetProviderVersion Method
Gets the version of the CSP represented by this object.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string GetProviderVersion()

Return Value

Type: String
The version string of the CSP if succeeded; otherwise, a null reference (Nothing in Visual Basic).
Exceptions
ExceptionCondition
MailBeeCryptoProviderWin32ExceptionAn error occurred and ThrowExceptions is true.
Examples
The example is available in CryptoServiceProvider topic.
See Also