다음을 통해 공유


X509CertificateLoader 클래스

정의

public ref class X509CertificateLoader abstract sealed
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static class X509CertificateLoader
public static class X509CertificateLoader
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type X509CertificateLoader = class
type X509CertificateLoader = class
Public Class X509CertificateLoader
상속
X509CertificateLoader
특성

메서드

LoadCertificate(Byte[])

PEM 또는 DER 인코딩에서 data단일 X.509 인증서를 로드합니다.

LoadCertificate(ReadOnlySpan<Byte>)

PEM 또는 DER 인코딩에서 data단일 X.509 인증서를 로드합니다.

LoadCertificateFromFile(String)

지정된 파일에서 단일 X.509 인증서(PEM 또는 DER 인코딩)를 로드합니다.

LoadPkcs12(Byte[], String, X509KeyStorageFlags, Pkcs12LoaderLimits)

제공된 데이터를 PKCS#12 PFX로 로드하고 인증서를 추출합니다.

LoadPkcs12(ReadOnlySpan<Byte>, ReadOnlySpan<Char>, X509KeyStorageFlags, Pkcs12LoaderLimits)

제공된 데이터를 PKCS#12 PFX로 로드하고 인증서를 추출합니다.

LoadPkcs12Collection(Byte[], String, X509KeyStorageFlags, Pkcs12LoaderLimits)

제공된 데이터를 PKCS#12 PFX로 로드하고 그 안에 있는 모든 인증서의 컬렉션을 반환합니다.

LoadPkcs12Collection(ReadOnlySpan<Byte>, ReadOnlySpan<Char>, X509KeyStorageFlags, Pkcs12LoaderLimits)

제공된 데이터를 PKCS#12 PFX로 로드하고 그 안에 있는 모든 인증서의 컬렉션을 반환합니다.

LoadPkcs12CollectionFromFile(String, ReadOnlySpan<Char>, X509KeyStorageFlags, Pkcs12LoaderLimits)

지정된 파일을 열고, 콘텐츠를 PKCS#12 PFX로 읽고, 인증서를 추출합니다. 제공된 데이터를 PKCS#12 PFX로 로드하고 그 안에 있는 모든 인증서의 컬렉션을 반환합니다.

LoadPkcs12CollectionFromFile(String, String, X509KeyStorageFlags, Pkcs12LoaderLimits)

지정된 파일을 열고, 콘텐츠를 PKCS#12 PFX로 읽고, 인증서를 추출합니다. 제공된 데이터를 PKCS#12 PFX로 로드하고 그 안에 있는 모든 인증서의 컬렉션을 반환합니다.

LoadPkcs12FromFile(String, ReadOnlySpan<Char>, X509KeyStorageFlags, Pkcs12LoaderLimits)

지정된 파일을 열고, 콘텐츠를 PKCS#12 PFX로 읽고, 인증서를 추출합니다.

LoadPkcs12FromFile(String, String, X509KeyStorageFlags, Pkcs12LoaderLimits)

지정된 파일을 열고, 콘텐츠를 PKCS#12 PFX로 읽고, 인증서를 추출합니다.

적용 대상