IssuedTokenParametersElement.IssuerMetadata 属性

定义

获取一个指定令牌颁发者附加信息的配置元素。

public:
 property System::ServiceModel::Configuration::EndpointAddressElementBase ^ IssuerMetadata { System::ServiceModel::Configuration::EndpointAddressElementBase ^ get(); };
[System.Configuration.ConfigurationProperty("issuerMetadata")]
public System.ServiceModel.Configuration.EndpointAddressElementBase IssuerMetadata { get; }
[<System.Configuration.ConfigurationProperty("issuerMetadata")>]
member this.IssuerMetadata : System.ServiceModel.Configuration.EndpointAddressElementBase
Public ReadOnly Property IssuerMetadata As EndpointAddressElementBase

属性值

EndpointAddressElementBase

一个配置元素,指定令牌颁发者附加信息。

属性

适用于