[This is preliminary documentation and is subject to change.]
The ShippoCredentials type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | ShippoCredentials | Initializes a new instance of the ShippoCredentials class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | Forget |
Deletes sensitive information (such as password).
This method is mostly used on client (vs. server) to prevent process memory-inspection attack.
Its is usually called right after Login() was called.
Implementers may consider forcing post-factum GC.Collect() on all generations to make sure that orphaned
memory buff with sensitive information, that remains in RAM even after all references are killed, gets
compacted; consequently, this method may take considerable time to execute.
(Inherited from Credentials.) |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString | (Overrides ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | PrivateToken | |
![]() | PublicToken |
Properties
Name | Description | |
---|---|---|
![]() | Forgotten |
Indicates whether Forget() was called on this instance
(Inherited from Credentials.) |
See Also