ServiceModelSecurityTokenRequirement.IssuerAddress 属性

定义

如果令牌要求适用于已颁发的令牌,则此属性包含颁发者的终结点地址。

public:
 property System::ServiceModel::EndpointAddress ^ IssuerAddress { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress IssuerAddress { get; set; }
member this.IssuerAddress : System.ServiceModel.EndpointAddress with get, set
Public Property IssuerAddress As EndpointAddress

属性值

令牌颁发者的终结点地址。 这用于已颁发令牌的类型。

适用于