DataProtector.SpecificPurposes Property

Definition

Gets the specific purposes for the protected data.

protected:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ SpecificPurposes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
protected System.Collections.Generic.IEnumerable<string> SpecificPurposes { get; }
member this.SpecificPurposes : seq<string>
Protected ReadOnly Property SpecificPurposes As IEnumerable(Of String)

Property Value

A collection of the specific purposes for the protected data.

Applies to