次の方法で共有


RoleDescriptor.Keys プロパティ

定義

KeyDescriptor のコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Metadata::KeyDescriptor ^> ^ Keys { System::Collections::Generic::ICollection<System::IdentityModel::Metadata::KeyDescriptor ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Metadata.KeyDescriptor> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<System.IdentityModel.Metadata.KeyDescriptor>
Public ReadOnly Property Keys As ICollection(Of KeyDescriptor)

プロパティ値

このロール記述子のためのキー記述子のコレクション。

適用対象