CSDNCurrent en:Welcome
This is the homepage of the English manual for the Cryptshare .NET API.
Page Index
Space Index
Total number of pages: 32
{| class="wikitable" | |||||
0-9 ... 0 | A ... 4 | B ... 0 | C ... 4 | D ... 0 | E ... 2 |
F ... 1 | G ... 2 | H ... 0 | I ... 0 | J ... 0 | K ... 0 |
L ... 2 | M ... 0 | N ... 0 | O ... 0 | P ... 5 | Q ... 1 |
R ... 1 | S ... 2 | T ... 2 | U ... 1 | V ... 3 | W ... 1 |
X ... 0 | Y ... 0 | Z ... 0 | !@#$ ... 0 |
|- |==== 0-9 ====
|==== A ==== Page: About API Functions
This section describes what methods the Cryptshare .NET API provides, and how to use them to perform the desired operations. All methods are provided by the API's Client object, so in order to use any of the API's functionality, you will need to first cre
Page: About Verifications
Verification Modes Most of the services offered by the Cryptshare Server require a form of verification, before they can be used. The Cryptshare Server supports two types of verification: Sender Verification and Client Verification. If the Cryptshare Serv
Page: Activate QUICK access
Bitte die Verlinkung des Sprachbuttons nicht vergessen If you want to learn more about the QUICK activation process, please head over to the article Activation of QUICK. When attempting to perform a QUICK transfer, it's important to make sure that no QUIC
Page: API Functions
Bitte die Verlinkung des Sprachbuttons nicht vergessen Contents in this chapter @self Footer |- |==== B ====
|==== C ==== Page: Client Verification
Bitte die Verlinkung des Sprachbuttons nicht vergessen Client Verification If the Verification mode is set to Client Verification, any sender email address can be used to perform a transfer operation. With Client Verification mode, the Client instance can
Page: Commissioning
Contents in this chapter @self Footer
Page: Compatibility
Bitte die Verlinkung des Sprachbuttons nicht vergessen On this page you will find an overview with which Cryptshare server versions the Cryptshare .NET API is compatible to. Cryptshare Server Version .NET API v5 Supported till Newest Version 4.5.0 ✔1,2,3
Page: Cryptshare Server & Software
Bitte die Verlinkung des Sprachbuttons nicht vergessen Valid Cryptshare Server License In order to be able to use the Cryptshare .NET API with your Cryptshare Server instance, you will need to have a valid license. This license needs to be installed on th |- |==== D ====
|==== E ==== Page: E-Mail Notifications
Bitte die Verlinkung des Sprachbuttons nicht vergessen Disabling e-mail notifications on server-side Usually the Cryptshare Server manages all e-mail communication between the participants of a transfer. However, when developing an own client application
Page: Example Project
Setting up the development environment We highly recommend you to use an IDE for the following tutorial. The code has successfully been tested with Visual Studio Community https://visualstudio.microsoft.com/vs/community/. After launching the IDE and creat |- |==== F ==== Page: File Transfer
Bitte die Verlinkung des Sprachbuttons nicht vergessen You can perform both synchronous, as well as asynchronous Cryptshare file transfers using the API. A transfer can contain one or more files that will be encrypted, uploaded to the Cryptshare Server, a
|==== G ==== Page: General Notes
Contents in this chapter @self Footer
Page: General Server Data
Bitte die Verlinkung des Sprachbuttons nicht vergessen With the Client's method RequestServerData() you can request general server data from the Cryptshare Server. The method returns a ServerData object which contains the official base URL of the Cryptsha |- |==== H ====
|==== I ==== |- |==== J ====
|==== K ==== |- |==== L ==== Page: Language Resources
Bitte die Verlinkung des Sprachbuttons nicht vergessen The Cryptshare Server can provide the Client with the language resources contained in the Language Packages that have been installed on the server. These Language Packages can then be used for a user
Page: License Information
Bitte die Verlinkung des Sprachbuttons nicht vergessen The license information of the current Cryptshare Server installation and the Add-On Product's own license information can be queried from the server using the Client's RequestLicenseInfo() method. Th
|==== M ==== |- |==== N ====
|==== O ==== |- |==== P ==== Page: Password Functions
Bitte die Verlinkung des Sprachbuttons nicht vergessen When performing a Cryptshare Transfer, you can specify a password that will be required to access the transferred files. However, this password needs to fulfill the requirements of the Password Policy
Page: Perform a QUICK transfer
Bitte die Verlinkung des Sprachbuttons nicht vergessen Introduction For general information about how QUICK Technology works and in order to get a better understanding of the terminology in use, please take a look at the article Introduction to QUICK http
Page: Policy Rules
Bitte die Verlinkung des Sprachbuttons nicht vergessen Cryptshare uses Policy Settings that can be defined on the server side to allow or deny usage of the system to certain senders and recipients and to control the transfer options pertaining to specific
Page: Prerequisites
Bitte die Verlinkung des Sprachbuttons nicht vergessen Valid Cryptshare Server License In order to be able to use the Cryptshare .NET API with your Cryptshare Server instance, you will need to have a valid license. This license needs to be installed on th
Page: Provide your own Client Store
Bitte die Verlinkung des Sprachbuttons nicht vergessen Introduction There may be situations in which you don't want your application to write a "client.store" file containing the verification states to disk. To support this scenario, we offer several ways
|==== Q ==== Page: Quick Start Guide
Bitte die Verlinkung des Sprachbuttons nicht vergessen Overview In this article, you will learn how to get started with the Cryptshare .NET API. We will cover all important areas in order to have a working development environment with the .NET API ready t |- |==== R ==== Page: Revoke a Transfer
Bitte die Verlinkung des Sprachbuttons nicht vergessen The transfer may be revoked if e.g. access to previously provided and outdated information needs to be prohibited for all recipients. Usage It is possible for the sender to revoke their transfer and n
|==== S ==== Page: Sender Verification
Bitte die Verlinkung des Sprachbuttons nicht vergessen Sender Verification With Sender Verification mode, a verification has to be performed for each sender email address that is used. This makes sure that the sender address that is being used for a trans
Page: System Requirements
Contents in this chapter @self Footer |- |==== T ==== Page: Terms of Use
Bitte die Verlinkung des Sprachbuttons nicht vergessen The Terms of Use that are defined under the Legal tab on the Cryptshare Server administration website can be downloaded by the Client, so that they can be presented to a user in a client side applicat
Page: Transfer Polling
Bitte die Verlinkung des Sprachbuttons nicht vergessen Transfer Polling You can use the .NET API Client's method RequestActiveTransfers() to obtain a list of all active transfers that have been sent to the client's email address. The client has to be veri
|==== U ==== Page: Update
Contents in this chapter @self Footer |- |==== V ==== Page: v4.0.0
Bitte die Verlinkung des Sprachbuttons nicht vergessen New features The API has been extended by several methods and properties related to QUICK Technology. For a primer on how to perform a QUICK transfer, please check out the guide "Perform a QUICK trans
Page: v5.0.0
Bitte die Verlinkung des Sprachbuttons nicht vergessen New Features Revoke a transfer It is now possible to revoke a transfer such that its files are no longer accessible by the recipients. In order to revoke a transfer, call either overload of Client.Rev
Page: Verification
Bitte die Verlinkung des Sprachbuttons nicht vergessen Contents in this chapter @self Footer
|==== W ==== Home page: Welcome
Cryptshare .NET API Manual This is the homepage of the English manual for the Cryptshare .NET API. @self Page Index Footer |- |==== X ====
|==== Y ==== |- |==== Z ====
|==== !@#$ ==== |}