Sdílet prostřednictvím


RequestSecurityToken.Issuer Vlastnost

Definice

Získá nebo nastaví vystavitele 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

Hodnota vlastnosti

A EndpointAddress , který obsahuje adresu vystavitele.

Poznámky

Představuje obsah wst:Issuer elementu. Tento volitelný prvek identifikuje vystavitele tokenu, který je zadán v wst:OnBehalfOf elementu.

Platí pro