INDRegistrationCompletedEventArgs.TransmitterCertificateAccepted 속성

정의

송신기의 인증서를 수락할지 아니면 거부할지를 가져오거나 설정합니다.

public:
 property bool TransmitterCertificateAccepted { bool get(); void set(bool value); };
bool TransmitterCertificateAccepted();

void TransmitterCertificateAccepted(bool accept);
/// [get: Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
bool TransmitterCertificateAccepted();

void TransmitterCertificateAccepted(bool accept);
public bool TransmitterCertificateAccepted { get; set; }
public bool TransmitterCertificateAccepted { [Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("INDRegistrationCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] set; }
var boolean = iNDRegistrationCompletedEventArgs.transmitterCertificateAccepted;
iNDRegistrationCompletedEventArgs.transmitterCertificateAccepted = boolean;
Public Property TransmitterCertificateAccepted As Boolean

속성 값

Boolean

bool

송신기의 인증서를 확인한 결과입니다. 수신기가 송신기 인증서를 수락하는 경우 이 값은 true 이고 인증서를 거부하는 경우 false 입니다.

특성

설명

NDStartAsyncOptions에서 상호 인증 플래그가 설정된 경우 수신기는 송신기 인증서를 수락하거나 거부해야 합니다.

적용 대상