Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StreamSocketInformation.ProtectionLevel Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the protection level that represents the integrity and encryption set on a StreamSocket object.

public:
 property SocketProtectionLevel ProtectionLevel { SocketProtectionLevel get(); };
SocketProtectionLevel ProtectionLevel();
public SocketProtectionLevel ProtectionLevel { get; }
var socketProtectionLevel = streamSocketInformation.protectionLevel;
Public ReadOnly Property ProtectionLevel As SocketProtectionLevel

Property Value

The protection level that represents the integrity and encryption set on a StreamSocket object.

Applies to

See also


Feedback

Was this page helpful?