AsymmetricKey.PublicKey 속성
Gets the public key for the asymmetric key.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PublicKey As Byte()
Get
‘사용 방법
Dim instance As AsymmetricKey
Dim value As Byte()
value = instance.PublicKey
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte[] PublicKey { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property array<unsigned char>^ PublicKey {
array<unsigned char>^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PublicKey : byte[]
function get PublicKey () : byte[]
속성 값
유형: array<System.Byte[]
A Uint8 array value that specifies the public key for the asymmetric key.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스