AllJoynVerifyCredentialsEventArgs.PeerCertificateErrorSeverity | peerCertificateErrorSeverity property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

The category of an errors encountered authenticating the cryptography certificate.

Syntax

var peerCertificateErrorSeverity = allJoynVerifyCredentialsEventArgs.peerCertificateErrorSeverity;
public SocketSslErrorSeverity PeerCertificateErrorSeverity { get; }
Public ReadOnly Property PeerCertificateErrorSeverity As SocketSslErrorSeverity
public:
property SocketSslErrorSeverity PeerCertificateErrorSeverity { 
   SocketSslErrorSeverity get();
}

Property value

Type: SocketSslErrorSeverity

The severity of the error.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.Devices.AllJoyn Windows::Devices::AllJoyn [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

AllJoynVerifyCredentialsEventArgs