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