RequestSecurityTokenResponse.RequestedUnattachedReference Property

Definition

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