CryptoVaultProtocol Class |
Inheritance Hierarchy SystemObject
PDTec.IceNet.Domain.VaultServerCryptoVaultProtocol
Namespace:
PDTec.IceNet.Domain.VaultServer
Assembly:
PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public class CryptoVaultProtocol : IVaultProtocol,
IVaultUrlBuilder
The CryptoVaultProtocol type exposes the following members.
Constructors Properties Methods
| Name | Description |
---|
| AppendFileContent | |
| BuildAppendUrl | |
| BuildDeleteUrl | |
| BuildDownloadUrl(Boolean, String, Int64, Int32, DateTime) | |
| BuildDownloadUrl(Boolean, String, DateTime, String, String, String) | |
| BuildDownloadUrlInfo | |
| BuildUploadUrl | |
| BuildUploadUrlInfo | |
| BuildUrl(String, String, DateTime) | |
| BuildUrl(Boolean, String, String, DateTime) | |
| BuildUrl(String, String, Int64, Int32, DateTime) | |
| BuildUrl(String, String, String, String, DateTime) | |
| BuildUrl(Boolean, String, String, Int64, Int32, DateTime) | |
| BuildUrl(Boolean, String, String, String, String, DateTime) | |
| BuildUrl(String, String, String, String, String, DateTime) | |
| BuildUrl(Boolean, String, String, String, String, String, DateTime) | |
| CreateFileContent | |
| CreateFileContentPartCancel | |
| CreateFileContentPartComplete | |
| CreateFileContentPartContinue | |
| CreateFileContentPartStart | |
| CreatePrivateKey | |
| CreatePrivateKey(Boolean) | |
| DeleteFileContent | |
| DoDeleteFileContent | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
| GetFileContentSize | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetPublicKey | |
| GetPublicKey(String) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ProcessRequest | |
| RetrieveFileContent | |
| RetrieveFileContentPart | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also