BinarySecurityToken.GetSTRTransformXml Method

This member supports the WSE infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim document As XmlDocument
Dim STRPrefix As String
Dim STRNamespace As String
Dim returnValue As XmlElement
Dim binarySecurityToken1 As BinarySecurityToken
returnValue = binarySecurityToken1.GetSTRTransformXml(document, STRPrefix, STRNamespace)

Syntax

'Declaration
Public Function GetSTRTransformXml( _
    ByVal document As XmlDocument, _
    ByVal STRPrefix As String, _
    ByVal STRNamespace As String _
) As XmlElement
public XmlElement GetSTRTransformXml(
    XmlDocument document, 
    string STRPrefix, 
    string STRNamespace
);
public:
XmlElement^ GetSTRTransformXml(
    XmlDocument^ document,
    String^ STRPrefix,
    String^ STRNamespace
);
public XmlElement GetSTRTransformXml(
    XmlDocument document, 
    System.String STRPrefix, 
    System.String STRNamespace
);
public function GetSTRTransformXml(
     document : XmlDocument, 
     STRPrefix : String, 
     STRNamespace : String
) : XmlElement;

Parameters

  • document
  • STRPrefix
  • STRNamespace

Exceptions

Exception type Condition
ArgumentNullException

documement is null.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

BinarySecurityToken Class
BinarySecurityToken Members
Microsoft.Web.Services3.Security.Tokens Namespace