다음을 통해 공유


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

발급자 주소입니다.

적용 대상