次の方法で共有


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 要素で指定されたトークンの発行者を識別します。

適用対象