다음을 통해 공유


Pkcs8PrivateKeyInfo.PrivateKeyBytes 속성

정의

알고리즘별로 인코딩된 프라이빗 키를 나타내는 메모리 값을 가져옵니다.

public:
 property ReadOnlyMemory<System::Byte> PrivateKeyBytes { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> PrivateKeyBytes { get; }
member this.PrivateKeyBytes : ReadOnlyMemory<byte>
Public ReadOnly Property PrivateKeyBytes As ReadOnlyMemory(Of Byte)

속성 값

알고리즘별 인코딩된 프라이빗 키를 나타내는 메모리 값입니다.

적용 대상