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