RequestSecurityTokenResponse.RequestedAttachedReference 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 attached to the message.
public:
property System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ RequestedAttachedReference { System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ get(); void set(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ value); };
public System.IdentityModel.Tokens.SecurityKeyIdentifierClause RequestedAttachedReference { get; set; }
member this.RequestedAttachedReference : System.IdentityModel.Tokens.SecurityKeyIdentifierClause with get, set
Public Property RequestedAttachedReference As SecurityKeyIdentifierClause
Property Value
A SecurityKeyIdentifierClause that contains the reference.
Remarks
Represents the contents of the wst:RequestedAttachedReference element. This optional element is specified to indicate how to reference the returned token when that token doesn't support references using URI fragments.