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 元素中指定的令牌的颁发者。