X509Chain.Create 메서드

정의

CryptoConfig 파일에 정의된 매핑을 쿼리한 후에 X509Chain 개체를 만들고 체인을 해당 매핑에 매핑합니다.

public:
 static System::Security::Cryptography::X509Certificates::X509Chain ^ Create();
public static System.Security.Cryptography.X509Certificates.X509Chain Create ();
static member Create : unit -> System.Security.Cryptography.X509Certificates.X509Chain
Public Shared Function Create () As X509Chain

반환

X509Chain

X509Chain 개체입니다.

설명

기본적으로 이 메서드는 X.509 체인을 만듭니다. 기본 체인 빌드 엔진이 Machine.config 파일에서 재정의되는 경우에도 이 메서드를 사용할 수 있습니다. 호환성을 위해 모든 체인 엔진은 기본 체인 엔진의 호출 및 반환 의미 체계를 적용하려고 시도해야 합니다.

적용 대상