IssuedTokenParametersElement.Issuer 属性
定义
获取一个配置元素,该元素可指定颁发当前令牌的终结点。Gets a configuration element that specifies the endpoint that issues the current token.
public:
property System::ServiceModel::Configuration::IssuedTokenParametersEndpointAddressElement ^ Issuer { System::ServiceModel::Configuration::IssuedTokenParametersEndpointAddressElement ^ get(); };
[System.Configuration.ConfigurationProperty("issuer")]
public System.ServiceModel.Configuration.IssuedTokenParametersEndpointAddressElement Issuer { get; }
[<System.Configuration.ConfigurationProperty("issuer")>]
member this.Issuer : System.ServiceModel.Configuration.IssuedTokenParametersEndpointAddressElement
Public ReadOnly Property Issuer As IssuedTokenParametersEndpointAddressElement
属性值
一个用于指定颁发当前令牌的终结点的配置元素。A configuration element that specifies the endpoint that issues the current token.
- 属性