CryptographicProvider.Version Property

 

Applies To: SQL Server 2016 Preview

Gets the version of the cryptographic provider.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Version Version { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property Version^ Version {
    Version^ get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Version : Version with get
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public ReadOnly Property Version As Version

Property Value

Type: System.Version

A T:Microsoft.SqlServer.Management.Smo.Version value that specifies the version of the cryptographic provider.

Examples

Legacy Code Example

Setting Properties

See Also

CryptographicProvider Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top