Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As WSTrustMessage |
Syntax
Visual Basic |
---|
Public MustInherit Class WSTrustMessage Inherits OpenObject |
C# |
---|
public abstract class WSTrustMessage : OpenObject |
C++ |
---|
public ref class WSTrustMessage abstract : public OpenObject |
J# |
---|
public abstract class WSTrustMessage extends OpenObject |
JScript |
---|
public abstract class WSTrustMessage extends OpenObject |
Inheritance Hierarchy
System.Object
Microsoft.IdentityModel.OpenObject
Microsoft.IdentityModel.Protocols.WSTrust.WSTrustMessage
Microsoft.IdentityModel.Protocols.WSTrust.RequestSecurityToken
Microsoft.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Microsoft.IdentityModel.OpenObject
Microsoft.IdentityModel.Protocols.WSTrust.WSTrustMessage
Microsoft.IdentityModel.Protocols.WSTrust.RequestSecurityToken
Microsoft.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.