KeyContainerPermissionAccessEntryCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Code Access Security is not supported or honored by the runtime.
KeyContainerPermissionAccessEntry 개체의 컬렉션을 나타냅니다. 이 클래스는 상속될 수 없습니다.
public ref class KeyContainerPermissionAccessEntryCollection sealed : System::Collections::ICollection
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
public sealed class KeyContainerPermissionAccessEntryCollection : System.Collections.ICollection
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type KeyContainerPermissionAccessEntryCollection = class
interface ICollection
interface IEnumerable
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type KeyContainerPermissionAccessEntryCollection = class
interface ICollection
interface IEnumerable
type KeyContainerPermissionAccessEntryCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class KeyContainerPermissionAccessEntryCollection
Implements ICollection
- 상속
-
KeyContainerPermissionAccessEntryCollection
- 특성
- 구현
설명
주의
CAS(코드 액세스 보안)는 .NET Framework 및 .NET의 모든 버전에서 더 이상 사용되지 않습니다. 최신 버전의 .NET은 CAS 주석을 준수하지 않으며 CAS 관련 API를 사용하는 경우 오류가 발생합니다. 개발자는 보안 작업을 수행하는 대체 수단을 찾아야 합니다.
KeyContainerPermissionAccessEntry 개체는 특정 키 컨테이너에 대한 액세스 권한을 지정합니다.
생성자
KeyContainerPermissionAccessEntryCollection() |
사용되지 않음.
KeyContainerPermissionAccessEntryCollection 클래스의 새 인스턴스를 초기화합니다. |
속성
Count |
사용되지 않음.
컬렉션의 항목 수를 가져옵니다. |
IsSynchronized |
사용되지 않음.
컬렉션이 동기화되어 스레드로부터 안전하게 보호되는지 여부를 나타내는 값을 가져옵니다. |
Item[Int32] |
사용되지 않음.
컬렉션의 지정된 인덱스에 있는 항목을 가져옵니다. |
SyncRoot |
사용되지 않음.
컬렉션에 대한 액세스를 동기화하는 데 사용할 수 있는 개체를 가져옵니다. |
메서드
명시적 인터페이스 구현
ICollection.CopyTo(Array, Int32) |
사용되지 않음.
대상 배열의 지정된 인덱스에서 시작하여 컬렉션의 요소를 호환 가능한 1차원 배열에 복사합니다. |
IEnumerable.GetEnumerator() |
사용되지 않음.
컬렉션에서 개체를 반복하는 데 사용할 수 있는 KeyContainerPermissionAccessEntryEnumerator 개체를 반환합니다. |
확장 메서드
Cast<TResult>(IEnumerable) |
사용되지 않음.
IEnumerable의 요소를 지정된 형식으로 캐스팅합니다. |
OfType<TResult>(IEnumerable) |
사용되지 않음.
지정된 형식에 따라 IEnumerable의 요소를 필터링합니다. |
AsParallel(IEnumerable) |
사용되지 않음.
쿼리를 병렬화할 수 있도록 합니다. |
AsQueryable(IEnumerable) |
사용되지 않음.
IEnumerable을 IQueryable로 변환합니다. |
적용 대상
추가 정보
.NET