Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.32 KB

streamsocketinformation_servercertificateerrorseverity.md

File metadata and controls

24 lines (17 loc) · 1.32 KB
-api-id -api-type
P:Windows.Networking.Sockets.StreamSocketInformation.ServerCertificateErrorSeverity
winrt property

Windows.Networking.Sockets.StreamSocketInformation.ServerCertificateErrorSeverity

-description

Gets the category of an error that occurred making an SSL connection with a StreamSocket.

-property-value

The category of error on an SSL connection.

-remarks

SSL server errors should only be ignored in advanced scenarios. Disregarding server certificate errors when the ServerCertificateErrorSeverity property is either Ignorable or Fatal may result in the loss of privacy or integrity of the content passed over the SSL session.

-examples

-see-also

How to use advanced socket controls, Supporting proximity and tapping, ServerCertificate, ServerCertificateErrors, ServerIntermediateCertificates, SocketSslErrorSeverity, StreamSocket