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

속성 값

EndpointAddress

토큰 발급자의 엔드포인트 주소입니다. 이는 발급된 토큰 형식에 사용됩니다.

적용 대상