CryptographicProvider.ID Property

 

Applies To: SQL Server 2016 Preview

Gets the ID 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 int ID { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property int ID {
    int get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int with get
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public ReadOnly Property ID As Integer

Property Value

Type: System.Int32

An Int32 value that specifies the ID 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