C# 클래스 System.Security.Cryptography.CryptographicAttributeObjectCollection

상속: System.Collections.ICollection, System.Collections.IEnumerable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
System System.Collections.IEnumerator

공개 메소드들

메소드 설명
Add ( System asnEncodedData ) : int
CopyTo ( System array, int index ) : void
CryptographicAttributeObjectCollection ( )
CryptographicAttributeObjectCollection ( System attribute )
GetEnumerator ( ) : System.Security.Cryptography.CryptographicAttributeObjectEnumerator
Remove ( System attribute ) : void
System ( System array, int index ) : void
this ( int index ) : System.Security.Cryptography.CryptographicAttributeObject

비공개 메소드들

메소드 설명
System ( ) : System.Collections.IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( System asnEncodedData ) : int
asnEncodedData System
리턴 int

CopyTo() 공개 메소드

public CopyTo ( System array, int index ) : void
array System
index int
리턴 void

CryptographicAttributeObjectCollection() 공개 메소드

CryptographicAttributeObjectCollection() 공개 메소드

public CryptographicAttributeObjectCollection ( System attribute )
attribute System

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Security.Cryptography.CryptographicAttributeObjectEnumerator
리턴 System.Security.Cryptography.CryptographicAttributeObjectEnumerator

Remove() 공개 메소드

public Remove ( System attribute ) : void
attribute System
리턴 void

System() 공개 메소드

public System ( System array, int index ) : void
array System
index int
리턴 void

this() 공개 메소드

public this ( int index ) : System.Security.Cryptography.CryptographicAttributeObject
index int
리턴 System.Security.Cryptography.CryptographicAttributeObject