C# Class System.Security.SecurityDocument

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
InternalGetElement ( int &position, bool bCreate ) : SecurityElement

Method Details

AddString() public method

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

AddToken() public method

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

AppendString() public method

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

ConvertElement() public method

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

EncodedStringSize() public static method

public static EncodedStringSize ( String str ) : int
str String
return int

GetAttributeForElement() public method

public GetAttributeForElement ( int position, String attributeName ) : String
position int
attributeName String
return String

GetChildrenPositionForElement() public method

public GetChildrenPositionForElement ( int position ) : ArrayList
position int
return System.Collections.ArrayList

GetElement() public method

public GetElement ( int position, bool bCreate ) : SecurityElement
position int
bCreate bool
return SecurityElement

GetRootElement() public method

public GetRootElement ( ) : SecurityElement
return SecurityElement

GetString() public method

public GetString ( int &position ) : String
position int
return String

GetString() public method

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

GetTagForElement() public method

public GetTagForElement ( int position ) : String
position int
return String

GuaranteeSize() public method

public GuaranteeSize ( int size ) : void
size int
return void

SecurityDocument() public method

public SecurityDocument ( SecurityElement elRoot ) : System
elRoot SecurityElement
return System

SecurityDocument() public method

public SecurityDocument ( byte data ) : System
data byte
return System

SecurityDocument() public method

public SecurityDocument ( int numData ) : System
numData int
return System