Proprietà ProviderGuid
Gets or Guid value that uniquely identifies the cryptographic provider.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property ProviderGuid As Guid
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Guid
A Guid value that uniquely identifies the cryptographic provider.
Vedere anche