Partager via


Propriété CryptographicProvider.ProviderGuid

Gets the Guid value that uniquely identifies 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 ProviderGuid As Guid 
    Get
'Utilisation
Dim instance As CryptographicProvider 
Dim value As Guid 

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

Valeur de propriété

Type : System.Guid
A Guid value that uniquely identifies the cryptographic provider.

Exemples

Définition de propriétés

Voir aussi

Référence

CryptographicProvider Classe

Espace de noms Microsoft.SqlServer.Management.Smo