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