RequestSecurityTokenResponse.RequestedUnattachedReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the security token reference when the requested token is not attached to the message.
public:
property System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ RequestedUnattachedReference { System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ get(); void set(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ value); };
public System.IdentityModel.Tokens.SecurityKeyIdentifierClause RequestedUnattachedReference { get; set; }
member this.RequestedUnattachedReference : System.IdentityModel.Tokens.SecurityKeyIdentifierClause with get, set
Public Property RequestedUnattachedReference As SecurityKeyIdentifierClause
Property Value
A SecurityKeyIdentifierClause that contains the reference.
Remarks
Represents the contents of the wst:RequestedUnattachedReference element. This optional element is specified to indicate how to reference the returned token when that token is not placed in the message.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.