CryptographicProvider.Version Property
Gets the version of the cryptographic provider.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property Version As Version
Get
'Usage
Dim instance As CryptographicProvider
Dim value As Version
value = instance.Version
[SfcPropertyAttribute]
public Version Version { get; }
[SfcPropertyAttribute]
public:
property Version^ Version {
Version^ get ();
}
[<SfcPropertyAttribute>]
member Version : Version
function get Version () : Version
Property Value
Type: System.Version
A Version value that specifies the version of the cryptographic provider.