CryptographicProvider.ProviderGuid Property

 

Applies To: SQL Server 2016 Preview

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

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

Property Value

Type: System.Guid

A Guid value that uniquely identifies the cryptographic provider.

Examples

Legacy Code Example

Setting Properties

See Also

CryptographicProvider Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top