C# Class DotNetXri.Client.Saml.Conditions

Show file Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method Description
Conditions ( ) : System
Conditions ( XmlElement oElem ) : System
ToString ( ) : string
dump ( string sTab ) : string
fromDOM ( XmlElement oElem ) : void
getNotAfter ( ) : DateTime?
getNotBefore ( ) : DateTime?
isValid ( ) : bool
reset ( ) : void
setNotAfter ( System.DateTime oVal ) : void
setNotBefore ( System.DateTime oVal ) : void
toDOM ( XmlDocument oDoc ) : XmlElement

Method Details

Conditions() public method

public Conditions ( ) : System
return System

Conditions() public method

public Conditions ( XmlElement oElem ) : System
oElem XmlElement
return System

ToString() public method

public ToString ( ) : string
return string

dump() public method

public dump ( string sTab ) : string
sTab string
return string

fromDOM() public method

public fromDOM ( XmlElement oElem ) : void
oElem XmlElement
return void

getNotAfter() public method

public getNotAfter ( ) : DateTime?
return DateTime?

getNotBefore() public method

public getNotBefore ( ) : DateTime?
return DateTime?

isValid() public method

public isValid ( ) : bool
return bool

reset() public method

public reset ( ) : void
return void

setNotAfter() public method

public setNotAfter ( System.DateTime oVal ) : void
oVal System.DateTime
return void

setNotBefore() public method

public setNotBefore ( System.DateTime oVal ) : void
oVal System.DateTime
return void

toDOM() public method

public toDOM ( XmlDocument oDoc ) : XmlElement
oDoc XmlDocument
return XmlElement