Share via


SecurityTokenReference.Embedded Property

Gets or sets a security token reference that is specified in an <Embedded> element.

Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim securityTokenReference1 As SecurityTokenReference

Dim returnValue As Embedded
returnValue = securityTokenReference1.Embedded

Dim sampleValue As Embedded
securityTokenReference1.Embedded = sampleValue

Syntax

'Declaration
Public Property Embedded() As Embedded
public Embedded Embedded {get; set;}
public: property Embedded^ Embedded{
    Embedded^ get();
    Void set(Embedded^);
}
public Embedded get_Embedded();
public void set_Embedded(Embedded);
public function get Embedded() : Embedded;
public function set Embedded(Embedded);

Property Value

An Embedded containing the embedded security token reference.

Exceptions

Exception type Condition
System.InvalidOperationException

The Embedded property is set and the Token property 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

SecurityTokenReference Class
Microsoft.Web.Services2.Security Namespace
GetXml
GetInnerXml
AbsoluteReference
KeyIdentifier
Reference
RelativeReference

Other Resources

SecurityTokenReference Members