C# 클래스 System.Security.SecurityDocument

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
AddString ( String str, int &position ) : void
AddToken ( byte b, int &position ) : void
AppendString ( String str, int &position ) : void
ConvertElement ( SecurityElement elCurrent, int &position ) : void
EncodedStringSize ( String str ) : int
GetAttributeForElement ( int position, String attributeName ) : String
GetChildrenPositionForElement ( int position ) : ArrayList
GetElement ( int position, bool bCreate ) : SecurityElement
GetRootElement ( ) : SecurityElement
GetString ( int &position ) : String
GetString ( int &position, bool bCreate ) : String
GetTagForElement ( int position ) : String
GuaranteeSize ( int size ) : void
SecurityDocument ( SecurityElement elRoot ) : System
SecurityDocument ( byte data ) : System
SecurityDocument ( int numData ) : System

비공개 메소드들

메소드 설명
InternalGetElement ( int &position, bool bCreate ) : SecurityElement

메소드 상세

AddString() 공개 메소드

public AddString ( String str, int &position ) : void
str String
position int
리턴 void

AddToken() 공개 메소드

public AddToken ( byte b, int &position ) : void
b byte
position int
리턴 void

AppendString() 공개 메소드

public AppendString ( String str, int &position ) : void
str String
position int
리턴 void

ConvertElement() 공개 메소드

public ConvertElement ( SecurityElement elCurrent, int &position ) : void
elCurrent SecurityElement
position int
리턴 void

EncodedStringSize() 공개 정적인 메소드

public static EncodedStringSize ( String str ) : int
str String
리턴 int

GetAttributeForElement() 공개 메소드

public GetAttributeForElement ( int position, String attributeName ) : String
position int
attributeName String
리턴 String

GetChildrenPositionForElement() 공개 메소드

public GetChildrenPositionForElement ( int position ) : ArrayList
position int
리턴 System.Collections.ArrayList

GetElement() 공개 메소드

public GetElement ( int position, bool bCreate ) : SecurityElement
position int
bCreate bool
리턴 SecurityElement

GetRootElement() 공개 메소드

public GetRootElement ( ) : SecurityElement
리턴 SecurityElement

GetString() 공개 메소드

public GetString ( int &position ) : String
position int
리턴 String

GetString() 공개 메소드

public GetString ( int &position, bool bCreate ) : String
position int
bCreate bool
리턴 String

GetTagForElement() 공개 메소드

public GetTagForElement ( int position ) : String
position int
리턴 String

GuaranteeSize() 공개 메소드

public GuaranteeSize ( int size ) : void
size int
리턴 void

SecurityDocument() 공개 메소드

public SecurityDocument ( SecurityElement elRoot ) : System
elRoot SecurityElement
리턴 System

SecurityDocument() 공개 메소드

public SecurityDocument ( byte data ) : System
data byte
리턴 System

SecurityDocument() 공개 메소드

public SecurityDocument ( int numData ) : System
numData int
리턴 System