다음을 통해 공유


IssuedSecurityTokenParameters.IssuerMetadataAddress 속성

정의

토큰 발급자의 메타데이터 주소를 가져오거나 설정합니다.

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

속성 값

EndpointAddress

토큰 발급자의 메타데이터 주소입니다.

적용 대상