X509ServiceCertificateAuthentication 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SSL/TLS 협상을 사용하여 가져온 서비스 인증서를 인증하기 위해 클라이언트 프록시에서 사용하는 설정을 나타냅니다.
public ref class X509ServiceCertificateAuthentication sealed
public ref class X509ServiceCertificateAuthentication
public sealed class X509ServiceCertificateAuthentication
public class X509ServiceCertificateAuthentication
type X509ServiceCertificateAuthentication = class
Public NotInheritable Class X509ServiceCertificateAuthentication
Public Class X509ServiceCertificateAuthentication
- 상속
-
X509ServiceCertificateAuthentication
예제
다음 예제에서는이 클래스를 사용 하는 방법을 보여 있습니다.
ClientCredentials clientCreds =
new ClientCredentials();
Console.WriteLine(
clientCreds.ServiceCertificate.Authentication);
Dim clientCreds As New ClientCredentials()
Console.WriteLine(clientCreds.ServiceCertificate.Authentication)
생성자
X509ServiceCertificateAuthentication() |
X509ServiceCertificateAuthentication 클래스의 새 인스턴스를 초기화합니다. |
속성
CertificateValidationMode |
인증서 유효성 검사 모드를 가져오거나 설정합니다. |
CustomCertificateValidator |
사용자 지정 클라이언트 인증서 유효성 검사기를 가져오거나 설정합니다. |
RevocationMode |
ChainTrust 및 PeerOrChainTrust X.509 인증서 유효성 검사 모드에 대해 인증서 해지 모드를 가져오거나 설정합니다. |
TrustedStoreLocation |
클라이언트 인증서 체인의 유효성을 검사하는 신뢰할 수 있는 저장소 위치를 가져오거나 설정합니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |