Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As WSTrustServiceHost Dim value As WSTrustServiceContract value = instance.ServiceContract |
Syntax
Visual Basic |
---|
Public ReadOnly Property ServiceContract As WSTrustServiceContract |
C# |
---|
public WSTrustServiceContract ServiceContract { get; } |
C++ |
---|
public: property WSTrustServiceContract^ ServiceContract { WSTrustServiceContract^ get (); } |
J# |
---|
/** @property */ public WSTrustServiceContract get_ServiceContract () |
JScript |
---|
public function get ServiceContract () : WSTrustServiceContract |
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.