Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim writer As XmlWriter Dim data As Saml2AuthenticationStatement Me.WriteAuthenticationStatement(writer, data) |
Syntax
Visual Basic |
---|
Protected Overridable Sub WriteAuthenticationStatement ( _ writer As XmlWriter, _ data As Saml2AuthenticationStatement _ ) |
C# |
---|
protected virtual void WriteAuthenticationStatement ( XmlWriter writer, Saml2AuthenticationStatement data ) |
C++ |
---|
protected: virtual void WriteAuthenticationStatement ( XmlWriter^ writer, Saml2AuthenticationStatement^ data ) |
J# |
---|
protected void WriteAuthenticationStatement ( XmlWriter writer, Saml2AuthenticationStatement data ) |
JScript |
---|
protected function WriteAuthenticationStatement ( writer : XmlWriter, data : Saml2AuthenticationStatement ) |
Parameters
- writer
- data
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.