Edit

Share via


RequestSecurityToken.Issuer Property

Definition

Gets or sets the issuer of the wst:OnBehalfOf token.

public:
 property System::IdentityModel::Protocols::WSTrust::EndpointReference ^ Issuer { System::IdentityModel::Protocols::WSTrust::EndpointReference ^ get(); void set(System::IdentityModel::Protocols::WSTrust::EndpointReference ^ value); };
public System.IdentityModel.Protocols.WSTrust.EndpointReference Issuer { get; set; }
member this.Issuer : System.IdentityModel.Protocols.WSTrust.EndpointReference with get, set
Public Property Issuer As EndpointReference

Property Value

A EndpointAddress that contains the address of the issuer.

Remarks

Represents the contents of the wst:Issuer element. This optional element identifies the issuer of the token that is specified in the wst:OnBehalfOf element.

Applies to