Propriedade do RDL CryptographicProvider.ProviderGuid
Gets the 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(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 da propriedade
Tipo: System.Guid
A Guid value that uniquely identifies the cryptographic provider.