DataProtector.SpecificPurposes 属性

定义

获取保护数据的指定目的。

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)

属性值

保护数据的特定用途的集合。

适用于