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)

プロパティ値

保護されたデータの特定の目的のコレクション。

適用対象