ISecurableChannel.IsSecured 속성

정의

현재 채널이 보안 채널인지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool IsSecured { bool get(); void set(bool value); };
public bool IsSecured { get; set; }
public bool IsSecured { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.IsSecured : bool with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.IsSecured : bool with get, set
Public Property IsSecured As Boolean

속성 값

현재 채널이 보안 채널인지 여부를 나타내는 부울 값입니다.

특성

적용 대상