共用方式為


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)

屬性值

這個角色描述元的金鑰描述元集合。

適用於