Méthode | Description | |
---|---|---|
DataProtector ( Store tempStore ) : System | ||
Decrypt ( byte cipherText, byte optionalEntropy, string DataDescription ) : byte[] | ||
Encrypt ( byte plainText, byte optionalEntropy, string DataDescription ) : IEnumerable |
Méthode | Description | |
---|---|---|
CryptProtectData ( DATA_BLOB &pDataIn, String szDataDescr, DATA_BLOB &pOptionalEntropy, |
||
CryptUnprotectData ( DATA_BLOB &pDataIn, String szDataDescr, DATA_BLOB &pOptionalEntropy, |
||
InitPromptstruct ( CRYPTPROTECT_PROMPTSTRUCT &ps ) : void |
public DataProtector ( Store tempStore ) : System | ||
tempStore | Store | |
Résultat | System |
public Decrypt ( byte cipherText, byte optionalEntropy, string DataDescription ) : byte[] | ||
cipherText | byte | |
optionalEntropy | byte | |
DataDescription | string | |
Résultat | byte[] |
public Encrypt ( byte plainText, byte optionalEntropy, string DataDescription ) : IEnumerable |
||
plainText | byte | |
optionalEntropy | byte | |
DataDescription | string | |
Résultat | IEnumerable |