다음을 통해 공유


ProviderGuid 속성

Gets the Guid value that uniquely identifies the cryptographic provider.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ProviderGuid As Guid
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .Guid
A Guid value that uniquely identifies the cryptographic provider.