SecurityTokenVersion.GetSecuritySpecifications メソッド

定義

サポートされたセキュリティ仕様のコレクションを取得します。

public:
 abstract System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetSecuritySpecifications();
public abstract System.Collections.ObjectModel.ReadOnlyCollection<string> GetSecuritySpecifications ();
abstract member GetSecuritySpecifications : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public MustOverride Function GetSecuritySpecifications () As ReadOnlyCollection(Of String)

戻り値

一連のサポートされたセキュリティ仕様を格納している ReadOnlyCollection<T> 型の String

適用対象