共用方式為


RequestSecurityToken.Issuer 屬性

定義

取得或設定 wst:OnBehalfOf 權杖的簽發者。

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

屬性值

EndpointAddress,包含簽發者的位址。

備註

表示 wst:Issuer 元素的內容。 這個選擇性項目會識別 wst:OnBehalfOf 元素中指定的令牌簽發者。

適用於