Method | Description | |
---|---|---|
Deflate ( |
Deflate the token.
|
|
Inflate ( |
Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
|
|
TDSFedAuthInfoToken ( ) : System.IO |
Default Constructor.
|
|
TDSFedAuthInfoToken ( |
Inflating constructor.
|
public Deflate ( |
||
destination | Stream the token to deflate to. | |
return | void |
public Inflate ( |
||
source | Stream to inflate the token from. | |
return | bool |
public TDSFedAuthInfoToken ( |
||
source | ||
return | System.IO |