Share via


DerivedKeyToken.ParentReference Property

Gets the reference to the parent security token.

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

Usage

'Usage
Dim derivedKeyToken1 As DerivedKeyToken

Dim returnValue As SecurityTokenReference
returnValue = derivedKeyToken1.ParentReference

Dim sampleValue As SecurityTokenReference
derivedKeyToken1.ParentReference = sampleValue

Syntax

'Declaration
Public Property ParentReference() As SecurityTokenReference
public SecurityTokenReference ParentReference {get; set;}
public:
property SecurityTokenReference^ ParentReference {
    SecurityTokenReference^ get();
    void set(SecurityTokenReference^ value);
}
public SecurityTokenReference get_ParentReference();
public void set_ParentReference(SecurityTokenReference);
public function get ParentReference() : SecurityTokenReference;
public function set ParentReference(SecurityTokenReference);

Property Value

A SecurityTokenReference that references the parent security token.

Remarks

When a DerivedKeyToken is serialized into an XML representation, the ParentReference property is serialized into a <SecurityTokenReference> element that references the parent security token.

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

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