OperationValidationEventArgs.ClaimSets プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作の承認コンテキストに追加されたクレームを格納する ClaimSet オブジェクトのコレクション。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Claims::ClaimSet ^> ^ ClaimSets { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Claims::ClaimSet ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Claims.ClaimSet> ClaimSets { get; }
member this.ClaimSets : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Claims.ClaimSet>
Public ReadOnly Property ClaimSets As ReadOnlyCollection(Of ClaimSet)
プロパティ値
操作の承認コンテキストに追加されたクレームを格納する ClaimSet オブジェクトのコレクション。