Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the Guid value that uniquely identifies the cryptographic provider.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ProviderGuid As Guid
Get
'Uso
Dim instance As CryptographicProvider
Dim value As Guid
value = instance.ProviderGuid
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid ProviderGuid { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid ProviderGuid {
Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ProviderGuid : Guid
function get ProviderGuid () : Guid
Valor de la propiedad
Tipo: System.Guid
A Guid value that uniquely identifies the cryptographic provider.