Метод | Описание | |
---|---|---|
Decode ( byte encodedMessage ) : void | ||
Decrypt ( ) : void | ||
Decrypt ( System recipientInfo ) : void | ||
Decrypt ( System recipientInfo, System extraStore ) : void | ||
Encode ( ) : byte[] | ||
Encrypt ( System recipient ) : void | ||
EnvelopedCms ( ) | ||
EnvelopedCms ( System contentInfo ) | ||
EnvelopedCms ( System contentInfo, System encryptionAlgorithm ) |
public Decode ( byte encodedMessage ) : void | ||
encodedMessage | byte | |
Результат | void |
public Decrypt ( System recipientInfo ) : void | ||
recipientInfo | System | |
Результат | void |
public Decrypt ( System recipientInfo, System extraStore ) : void | ||
recipientInfo | System | |
extraStore | System | |
Результат | void |
public Encrypt ( System recipient ) : void | ||
recipient | System | |
Результат | void |
public EnvelopedCms ( System contentInfo, System encryptionAlgorithm ) | ||
contentInfo | System | |
encryptionAlgorithm | System |