다음을 통해 공유


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

토큰 발급자의 EndpointAddress입니다.

적용 대상