ServiceCredentialsElement.IssuedTokenAuthentication 属性
定义
获取此服务的当前颁发令牌。Gets the current issued token for this service.
public:
property System::ServiceModel::Configuration::IssuedTokenServiceElement ^ IssuedTokenAuthentication { System::ServiceModel::Configuration::IssuedTokenServiceElement ^ get(); };
[System.Configuration.ConfigurationProperty("issuedTokenAuthentication")]
public System.ServiceModel.Configuration.IssuedTokenServiceElement IssuedTokenAuthentication { get; }
[<System.Configuration.ConfigurationProperty("issuedTokenAuthentication")>]
member this.IssuedTokenAuthentication : System.ServiceModel.Configuration.IssuedTokenServiceElement
Public ReadOnly Property IssuedTokenAuthentication As IssuedTokenServiceElement
属性值
一个 IssuedTokenServiceElement,指定此服务的当前颁发令牌。A IssuedTokenServiceElement that specifies the current issued token for this service.
- 属性