RequestSecurityToken.Issuer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 元素中指定的令牌簽發者。