次の方法で共有


ServiceCredentialsElement.IssuedTokenAuthentication プロパティ

定義

このサービス用に現在発行されているトークンを取得します。

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

このサービス用に現在発行されているトークンを指定する IssuedTokenServiceElement

属性

適用対象