SymmetricKey.KeyGuid 속성

Get the GUID value that uniquely identifies the symmetric key globally.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property KeyGuid As Guid 
    Get
‘사용 방법
Dim instance As SymmetricKey 
Dim value As Guid 

value = instance.KeyGuid
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public Guid KeyGuid { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Guid KeyGuid {
    Guid get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member KeyGuid : Guid
function get KeyGuid () : Guid

속성 값

유형: System.Guid
A Guid system object value that specifies the GUID that uniquely identifies the symmetric key globally.

암호화 사용

참고 항목

참조

SymmetricKey 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

암호화 계층

CREATE SYMMETRIC KEY(Transact-SQL)