AuthenticationInformation.Address (Propiedad)
Gets or sets the address of the authority that created the token.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As AuthenticationInformation Dim value As String value = instance.Address instance.Address = value
Sintaxis
'Declaración
Public Property Address As String
public string Address { get; set; }
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Address ()
/** @property */
public void set_Address (String value)
public function get Address () : String
public function set Address (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)