PeerCredential.MessageSenderAuthentication 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
메시지 발신자 인증 유효성 검사기를 가져오거나 설정합니다.
public:
property System::ServiceModel::Security::X509PeerCertificateAuthentication ^ MessageSenderAuthentication { System::ServiceModel::Security::X509PeerCertificateAuthentication ^ get(); void set(System::ServiceModel::Security::X509PeerCertificateAuthentication ^ value); };
public System.ServiceModel.Security.X509PeerCertificateAuthentication MessageSenderAuthentication { get; set; }
member this.MessageSenderAuthentication : System.ServiceModel.Security.X509PeerCertificateAuthentication with get, set
Public Property MessageSenderAuthentication As X509PeerCertificateAuthentication
속성 값
메시지 발신자 인증 유효성 검사기입니다.
설명
메시지 인증을 선택하면 이 속성을 채워야 합니다. 이 속성은 메시지 보안 유효성 검사 중에 호출되는 유효성 검사기를 지정합니다. 메시지에 지정된 자격 증명은 이 속성에 지정된 유효성 검사기로 전달됩니다. 유효성 검사기는 자격 증명을 수락하거나 거부할 수 있습니다.