Freigeben über


CryptographicProvider.ProviderGuid-Eigenschaft

Gets the Guid value that uniquely identifies the cryptographic provider.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ProviderGuid As Guid 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

CryptographicProvider Klasse

Microsoft.SqlServer.Management.Smo-Namespace