X509SecurityTokenHandler.GetTokenTypeIdentifiers メソッド

定義

WS-Security X.509 トークン プロファイルで定義されている 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 プロパティの値です。

適用対象