Method | Description | |
---|---|---|
CanReadToken ( XmlReader reader ) : bool |
Determines whether this instance can read a CompressedSecurityToken.
|
|
GetTokenTypeIdentifiers ( ) : string[] |
Gets the token type identifiers.
|
|
ReadToken ( XmlReader reader ) : System.IdentityModel.Tokens.SecurityToken |
Reads the token.
|
|
WriteToken ( |
Writes the token.
|
Method | Description | |
---|---|---|
Compress ( string input ) : string |
Compresses the specified string.
|
|
Decompress ( string input ) : string |
Decompresses the specified compressed string.
|
public CanReadToken ( XmlReader reader ) : bool | ||
reader | XmlReader | The reader. |
return | bool |
protected Compress ( string input ) : string | ||
input | string | A string. |
return | string |
protected Decompress ( string input ) : string | ||
input | string | The compressed string. |
return | string |
public GetTokenTypeIdentifiers ( ) : string[] | ||
return | string[] |
public ReadToken ( XmlReader reader ) : System.IdentityModel.Tokens.SecurityToken | ||
reader | XmlReader | The reader. |
return | System.IdentityModel.Tokens.SecurityToken |
public WriteToken ( |
||
writer | The writer. | |
token | System.IdentityModel.Tokens.SecurityToken | The token. |
return | void |