RequestSecurityToken.DelegateTo (Propiedad)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As RequestSecurityToken Dim value As SecurityTokenElement value = instance.DelegateTo instance.DelegateTo = value
Sintaxis
'Declaración
Public Property DelegateTo As SecurityTokenElement
public SecurityTokenElement DelegateTo { get; set; }
public:
property SecurityTokenElement^ DelegateTo {
SecurityTokenElement^ get ();
void set (SecurityTokenElement^ value);
}
/** @property */
public SecurityTokenElement get_DelegateTo ()
/** @property */
public void set_DelegateTo (SecurityTokenElement value)
public function get DelegateTo () : SecurityTokenElement
public function set DelegateTo (value : SecurityTokenElement)
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
RequestSecurityToken (Clase)
RequestSecurityToken (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)