ISecurableChannel::IsSecured Property

 

Gets or sets a Boolean value that indicates whether the current channel is secure.

Namespace:   System.Runtime.Remoting.Channels
Assembly:  mscorlib (in mscorlib.dll)

property bool IsSecured {
	[SecurityCriticalAttribute]
	bool get();
	[SecurityCriticalAttribute]
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean value that indicates whether the current channel is secure.

.NET Framework
Available since 2.0
Return to top
Show: