次の方法で共有


X509SecurityTokenHandler.GetTokenTypeIdentifiers メソッド

定義

WS-Security X.509 Token Profile で定義されている X.509 セキュリティ トークンの種類を取得します。

public:
 override cli::array <System::String ^> ^ GetTokenTypeIdentifiers();
public override string[] GetTokenTypeIdentifiers ();
override this.GetTokenTypeIdentifiers : unit -> string[]
Public Overrides Function GetTokenTypeIdentifiers () As String()

戻り値

String[]

X.509 トークン型の URI。 既定では、X509Certificate プロパティの値。

適用対象