Propriedade ProviderGuid
Gets or Guid value that uniquely identifies the cryptographic provider.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property ProviderGuid As Guid
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Guid
A Guid value that uniquely identifies the cryptographic provider.
Consulte também