Свойство | Type | Description | |
---|---|---|---|
Open | Stream | ||
Open | Stream |
Méthode | Description | |
---|---|---|
CmsEnvelopedDataStreamGenerator ( ) : System | ||
CmsEnvelopedDataStreamGenerator ( |
Constructor allowing specific source of randomness
|
|
Open ( Stream outStream, string encryptionOid ) : Stream | ||
Open ( Stream outStream, string encryptionOid, int keySize ) : Stream | ||
SetBerEncodeRecipients ( bool berEncodeRecipientSet ) : void |
Use a BER Set to store the recipient information.
|
|
SetBufferSize ( int bufferSize ) : void |
Set the underlying string size for encapsulated data.
|
Méthode | Description | |
---|---|---|
Open ( Stream outStream, |
||
Open ( Stream outStream, string encryptionOid, |
Generate an enveloped object that contains an CMS Enveloped Data object using the passed in key generator.
|
public CmsEnvelopedDataStreamGenerator ( ) : System | ||
Résultat | System |
public CmsEnvelopedDataStreamGenerator ( |
||
rand | Instance of |
|
Résultat | System |
public Open ( Stream outStream, string encryptionOid ) : Stream | ||
outStream | Stream | |
encryptionOid | string | |
Résultat | Stream |
public Open ( Stream outStream, string encryptionOid, int keySize ) : Stream | ||
outStream | Stream | |
encryptionOid | string | |
keySize | int | |
Résultat | Stream |
public SetBerEncodeRecipients ( bool berEncodeRecipientSet ) : void | ||
berEncodeRecipientSet | bool | |
Résultat | void |
public SetBufferSize ( int bufferSize ) : void | ||
bufferSize | int | Length of octet strings to buffer the data. |
Résultat | void |