Partager via


Propriété CryptographicProvider.Version

Gets the version of the cryptographic provider.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Version As Version 
    Get
'Utilisation
Dim instance As CryptographicProvider 
Dim value As Version 

value = instance.Version
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Version Version { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Version^ Version {
    Version^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Version : Version
function get Version () : Version

Valeur de propriété

Type : System.Version
A Version value that specifies the version of the cryptographic provider.

Exemples

Définition de propriétés

Voir aussi

Référence

CryptographicProvider Classe

Espace de noms Microsoft.SqlServer.Management.Smo