다음을 통해 공유


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)

속성 값

이 역할 설명자에 대한 키 설명자의 컬렉션입니다.

적용 대상