Метод | Описание | |
---|---|---|
ToString ( ) : string | ||
XRD ( |
||
addCanonicalID ( |
||
addEquivID ( |
||
addLocalID ( |
||
addRedirect ( |
||
addRef ( |
||
addService ( Service service ) : void | ||
clearDOM ( ) : void | ||
fromDOM ( |
||
genXmlID ( ) : void | ||
getCanonicalEquivID ( ) : |
||
getCanonicalID ( ) : |
||
getCanonicalidAt ( int n ) : |
||
getDOM ( ) : |
||
getEquivIDAt ( int n ) : |
||
getExpires ( ) : DateTime? | ||
getExtension ( ) : string | ||
getLocalIDAt ( int n ) : |
||
getNumCanonicalids ( ) : int | ||
getNumEquivIDs ( ) : int | ||
getNumLocalIDs ( ) : int | ||
getNumRedirects ( ) : int | ||
getNumRefs ( ) : int | ||
getNumServices ( ) : int | ||
getNumTypes ( ) : int | ||
getOtherTagValues ( string sTag ) : |
||
getPrioritizedRedirects ( ) : |
||
getPrioritizedRefs ( ) : |
||
getPrioritizedServices ( ) : |
||
getProviderID ( ) : string | ||
getQuery ( ) : string | ||
getRedirectAt ( int n ) : |
||
getRedirects ( ) : |
||
getRefAt ( int n ) : |
||
getRefs ( ) : |
||
getSAMLAssertion ( ) : |
||
getSelectedServices ( ) : |
||
getServerStatus ( ) : ServerStatus | ||
getServerStatusCode ( ) : string | ||
getServiceAt ( int n ) : Service | ||
getServices ( ) : |
||
getStatus ( ) : |
||
getStatusCode ( ) : string | ||
getTypeAt ( int n ) : |
||
getXmlID ( ) : string | ||
isValid ( ) : bool | ||
parseXRD ( string xmlStr, bool bKeepDOM ) : |
||
reset ( ) : void | ||
serializeDOM ( bool bIndent, bool bOmitXMLDeclaration ) : string | ||
setCanonicalEquivID ( |
||
setCanonicalID ( |
||
setDOM ( |
||
setEquivIDs ( Collection col ) : void | ||
setExpires ( System.DateTime d ) : void | ||
setExtension ( string extension ) : void | ||
setOtherTagValues ( string sTag, string sTagValue ) : bool | ||
setProviderID ( string sVal ) : void | ||
setQuery ( string sVal ) : void | ||
setRedirects ( Collection col ) : void | ||
setRefs ( Collection col ) : void | ||
setSAMLAssertion ( |
||
setSelectedServices ( Collection svcs ) : void | ||
setServerStatus ( ServerStatus serverStatus ) : void | ||
setServices ( Collection col ) : void | ||
setStatus ( |
||
setXmlID ( string sVal ) : void | ||
sign ( PrivateKey oKey ) : void | ||
toDOM ( |
||
toDOM ( |
||
toResultString ( ) : string | ||
verifySignature ( PublicKey oPubKey ) : void |
Метод | Описание | |
---|---|---|
XRD ( ) : System |
public XRD ( |
||
oElem | ||
bKeepDOM | bool | |
Результат | System |
public addCanonicalID ( |
||
canonicalId | ||
Результат | void |
public addEquivID ( |
||
equivID | ||
Результат | void |
public addLocalID ( |
||
localId | ||
Результат | void |
public addRedirect ( |
||
redirect | ||
Результат | void |
public addService ( Service service ) : void | ||
service | Service | |
Результат | void |
public fromDOM ( |
||
oElem | ||
Результат | void |
public getCanonicalEquivID ( ) : |
||
Результат |
public getCanonicalidAt ( int n ) : |
||
n | int | |
Результат |
public getOtherTagValues ( string sTag ) : |
||
sTag | string | |
Результат |
public getPrioritizedRedirects ( ) : |
||
Результат |
public getPrioritizedRefs ( ) : |
||
Результат |
public getPrioritizedServices ( ) : |
||
Результат |
public getRedirects ( ) : |
||
Результат |
public getSAMLAssertion ( ) : |
||
Результат |
public getSelectedServices ( ) : |
||
Результат |
public getServices ( ) : |
||
Результат |
public static parseXRD ( string xmlStr, bool bKeepDOM ) : |
||
xmlStr | string | |
bKeepDOM | bool | |
Результат |
public serializeDOM ( bool bIndent, bool bOmitXMLDeclaration ) : string | ||
bIndent | bool | |
bOmitXMLDeclaration | bool | |
Результат | string |
public setCanonicalEquivID ( |
||
ceid | ||
Результат | void |
public setCanonicalID ( |
||
cid | ||
Результат | void |
public setDOM ( |
||
oElem | ||
Результат | void |
public setEquivIDs ( Collection col ) : void | ||
col | Collection | |
Результат | void |
public setExpires ( System.DateTime d ) : void | ||
d | System.DateTime | |
Результат | void |
public setExtension ( string extension ) : void | ||
extension | string | |
Результат | void |
public setOtherTagValues ( string sTag, string sTagValue ) : bool | ||
sTag | string | |
sTagValue | string | |
Результат | bool |
public setProviderID ( string sVal ) : void | ||
sVal | string | |
Результат | void |
public setRedirects ( Collection col ) : void | ||
col | Collection | |
Результат | void |
public setSAMLAssertion ( |
||
oSAMLAssertion | ||
Результат | void |
public setSelectedServices ( Collection svcs ) : void | ||
svcs | Collection | |
Результат | void |
public setServerStatus ( ServerStatus serverStatus ) : void | ||
serverStatus | ServerStatus | |
Результат | void |
public setServices ( Collection col ) : void | ||
col | Collection | |
Результат | void |
public toDOM ( |
||
doc | ||
Результат |
public toDOM ( |
||
doc | ||
wantFiltered | bool | |
Результат |
public verifySignature ( PublicKey oPubKey ) : void | ||
oPubKey | PublicKey | |
Результат | void |