SecurityTokenReference.Embedded Property
Gets or sets a security token reference that is specified in an <Embedded> element.
Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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^ value);
}
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 |
---|---|
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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SecurityTokenReference Class
SecurityTokenReference Members
Microsoft.Web.Services3.Security Namespace
GetXml
GetInnerXml
AbsoluteReference
KeyIdentifier
Reference
RelativeReference