RequestSecurityTokenResponse.RequestedAttachedReference Property

Definition

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.

Applies to