Свойство ProviderGuid
Gets or Guid value that uniquely identifies the cryptographic provider.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property ProviderGuid As Guid
Get
'Применение
Dim instance As CryptographicProvider
Dim value As Guid
value = instance.ProviderGuid
[SfcPropertyAttribute]
public Guid ProviderGuid { get; }
[SfcPropertyAttribute]
public:
property Guid ProviderGuid {
Guid get ();
}
[<SfcPropertyAttribute>]
member ProviderGuid : Guid
function get ProviderGuid () : Guid
Значение свойства
Тип System. . :: . .Guid
A Guid value that uniquely identifies the cryptographic provider.