IpcChannel.IsSecured Propiedad

Definición

Obtiene o establece un valor booleano que indica si el canal actual es seguro.

public:
 property bool IsSecured { bool get(); void set(bool value); };
public bool IsSecured { get; set; }
member this.IsSecured : bool with get, set
Public Property IsSecured As Boolean

Valor de propiedad

Valor booleano que indica si la instancia actual es segura.

Implementaciones

Comentarios

Esta propiedad no debe establecerse explícitamente, ya que es suficiente para establecer el parámetro ensureSecurity de Configure(String, Boolean).

Se aplica a