SecurityTokenVersion.GetSecuritySpecifications 方法
定义
获取受支持的安全规范的集合。Gets the collection of supported security specifications.
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,它包含受支持的安全规范集。A ReadOnlyCollection<T> of type String that contains the set of supported security specifications.