CryptographicAttributeObjectEnumerator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CryptographicAttributeObjectCollection 컬렉션의 열거 기능을 제공합니다. 이 클래스는 상속될 수 없습니다.
public ref class CryptographicAttributeObjectEnumerator sealed : System::Collections::IEnumerator
public sealed class CryptographicAttributeObjectEnumerator : System.Collections.IEnumerator
type CryptographicAttributeObjectEnumerator = class
interface IEnumerator
Public NotInheritable Class CryptographicAttributeObjectEnumerator
Implements IEnumerator
- 상속
-
CryptographicAttributeObjectEnumerator
- 구현
속성
Current |
CryptographicAttributeObject 컬렉션에서 현재 CryptographicAttributeObjectCollection 개체를 가져옵니다. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
MoveNext() |
열거형을 CryptographicAttributeObject 컬렉션의 다음 CryptographicAttributeObjectCollection 개체로 이동합니다. |
Reset() |
열거형을 CryptographicAttributeObject 컬렉션의 첫 번째 CryptographicAttributeObjectCollection 개체로 다시 설정합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
IEnumerator.Current |
CryptographicAttributeObject 컬렉션에서 현재 CryptographicAttributeObjectCollection 개체를 가져옵니다. |
적용 대상
추가 정보
.NET