Share via


BinarySecurityToken.GetSTRTransformXml Method

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

Namespace: Microsoft.Web.Services2.Security.Tokens
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.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
System.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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

BinarySecurityToken Class
Microsoft.Web.Services2.Security.Tokens Namespace

Other Resources

BinarySecurityToken Members