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