AuthenticationInformation.Session (Propiedad)
Gets or sets the session index that describes the session between the authority and the client.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As AuthenticationInformation Dim value As String value = instance.Session instance.Session = value
Sintaxis
'Declaración
Public Property Session As String
public string Session { get; set; }
public:
property String^ Session {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Session ()
/** @property */
public void set_Session (String value)
public function get Session () : String
public function set Session (value : String)
Excepciones
Tipo de excepción | Condición |
---|
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
AuthenticationInformation (Clase)
AuthenticationInformation (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)