System::Security::Cryptography::X509Certificates::X509Certificate::Export 메서드

X509Certificate::Export(X509ContentType) const method

현재 객체를 지정된 형식으로 바이트 배열에 내보냅니다. 구현되지 않음.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type) const
매개변수형식설명
content_typeX509ContentType출력 데이터를 포맷하는 방법을 지정합니다.

ReturnValue

현재 객체를 나타내는 바이트 배열.

또 보기

X509Certificate::Export(X509ContentType, const SecureStringPtr&) const method

현재 객체를 지정된 형식으로 바이트 배열에 내보냅니다. 구현되지 않음.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const SecureStringPtr &password) const
매개변수형식설명
content_typeX509ContentType출력 데이터를 포맷하는 방법을 지정합니다.
passwordconst SecureStringPtr&인증서 데이터에 접근하기 위해 필요한 비밀번호.

ReturnValue

현재 객체를 나타내는 바이트 배열.

또 보기

X509Certificate::Export(X509ContentType, const String&) const method

현재 객체를 지정된 형식으로 바이트 배열에 내보냅니다. 구현되지 않음.

virtual ByteArrayPtr System::Security::Cryptography::X509Certificates::X509Certificate::Export(X509ContentType content_type, const String &password) const
매개변수형식설명
content_typeX509ContentType출력 데이터를 포맷하는 방법을 지정합니다.
passwordconst String&인증서 데이터에 접근하기 위해 필요한 비밀번호.

ReturnValue

현재 객체를 나타내는 바이트 배열.

또 보기