System::Security::Cryptography::X509Certificates::X509ChainPolicy class
X509ChainPolicy class
X509 인증서 체인을 구축할 때 적용되는 체인 정책입니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 직접 생성하거나 operator new를 사용하여 인스턴스를 만들면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 래핑하고 해당 포인터를 함수 인수로 전달하십시오.
class X509ChainPolicy : public System::Object
메서드
| 메서드 | 설명 |
|---|---|
| get_CustomTrustStore() | |
| get_ExtraStore() | |
| get_RevocationFlag() | |
| get_UrlRetrievalTimeout() | |
| get_VerificationFlags() | |
| get_VerificationTime() | |
| Reset() | |
| set_RevocationFlag(X509RevocationFlag) | |
| set_UrlRetrievalTimeout(TimeSpan) | |
| set_VerificationFlags(X509VerificationFlags) | |
| set_VerificationTime(DateTime) | |
| X509ChainPolicy() |
또 보기
- Class Object
- Namespace System::Security::Cryptography::X509Certificates
- Library Aspose.Page for C++