Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As WSTrustFeb2005ResponseSerializer Dim rstr As RequestSecurityTokenResponse Dim writer As XmlWriter Dim context As WSTrustSerializationContext instance.WriteKnownResponseElement(rstr, writer, context) |
Syntax
Visual Basic |
---|
Public Overrides Sub WriteKnownResponseElement ( _ rstr As RequestSecurityTokenResponse, _ writer As XmlWriter, _ context As WSTrustSerializationContext _ ) |
C# |
---|
public override void WriteKnownResponseElement ( RequestSecurityTokenResponse rstr, XmlWriter writer, WSTrustSerializationContext context ) |
C++ |
---|
public: virtual void WriteKnownResponseElement ( RequestSecurityTokenResponse^ rstr, XmlWriter^ writer, WSTrustSerializationContext^ context ) override |
J# |
---|
public void WriteKnownResponseElement ( RequestSecurityTokenResponse rstr, XmlWriter writer, WSTrustSerializationContext context ) |
JScript |
---|
public override function WriteKnownResponseElement ( rstr : RequestSecurityTokenResponse, writer : XmlWriter, context : WSTrustSerializationContext ) |
Parameters
- rstr
- writer
- context
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.