Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the EncryptedKeyToken class using the specified XML element.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim element As XmlElement
Dim encryptedKeyToken1 As New EncryptedKeyToken(element)
Syntax
'Declaration
Public Sub New( _
ByVal element As XmlElement _
)
public EncryptedKeyToken(
XmlElement element
);
public:
EncryptedKeyToken(
XmlElement^ element
);
public EncryptedKeyToken(
XmlElement element
);
public function EncryptedKeyToken(
element : XmlElement
);
Parameters
- element
An T:System.Xml.XmlElement that is used to create the new security token.
Remarks
The element parameter is an element in a WS-Security header of a received SOAP message.
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
EncryptedKeyToken Class
EncryptedKeyToken Members
Microsoft.Web.Services3.Security.Tokens Namespace