ProviderGuid propriété
Gets or Guid value that uniquely identifies the cryptographic provider.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property ProviderGuid As Guid
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Guid
A Guid value that uniquely identifies the cryptographic provider.