ISecurableChannel::IsSecured Property
.NET Framework (current version)
Gets or sets a Boolean value that indicates whether the current channel is secure.
Assembly: mscorlib (in mscorlib.dll)
property bool IsSecured { [SecurityCriticalAttribute] bool get(); [SecurityCriticalAttribute] void set(bool value); }
Property Value
Type: System::BooleanA Boolean value that indicates whether the current channel is secure.
.NET Framework
Available since 2.0
Available since 2.0
Show: