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)

属性值

此角色描述符的密钥描述符的集合。

适用于