共用方式為


IssuedSecurityTokenProvider.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

屬性值

EndpointAddress

簽發者位址。

適用於