DerivedKeyToken Constructor (IDerivableToken)
Initializes a new instance of the DerivedKeyToken class using a security token.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim parent As IDerivableToken
Dim derivedKeyToken1 As New DerivedKeyToken(parent)
Syntax
'Declaration
Public Sub New( _
ByVal parent As IDerivableToken _
)
public DerivedKeyToken(
IDerivableToken parent
);
public:
DerivedKeyToken(
IDerivableToken^ parent
);
public DerivedKeyToken(
IDerivableToken parent
);
public function DerivedKeyToken(
parent : IDerivableToken
);
Parameters
- parent
A security token that implements the IDerivableToken interface.
Remarks
The SecurityContextToken and KerberosToken security tokens implement the IDerivableToken interface.
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
DerivedKeyToken Class
DerivedKeyToken Members
Microsoft.Web.Services3.Security.Tokens Namespace
IDerivableToken
SecurityContextToken
KerberosToken