SecurityTokenVersion.GetSecuritySpecifications Method

Definition

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)

Returns

A ReadOnlyCollection<T> of type String that contains the set of supported security specifications.

Applies to