Share via


Decryptor Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.SPOT.Cryptoki
Assembly:  Microsoft.SPOT.Security.PKCS11 (in Microsoft.SPOT.Security.PKCS11.dll)

Syntax

'Declaration
Public Sub New ( _
    session As Session, _
    mechanism As Mechanism, _
    key As CryptoKey, _
    inputBlockSize As Integer, _
    outputBlockSize As Integer _
)
public Decryptor(
    Session session,
    Mechanism mechanism,
    CryptoKey key,
    int inputBlockSize,
    int outputBlockSize
)
public:
Decryptor(
    Session^ session, 
    Mechanism^ mechanism, 
    CryptoKey^ key, 
    int inputBlockSize, 
    int outputBlockSize
)
new : 
        session:Session * 
        mechanism:Mechanism * 
        key:CryptoKey * 
        inputBlockSize:int * 
        outputBlockSize:int -> Decryptor
public function Decryptor(
    session : Session, 
    mechanism : Mechanism, 
    key : CryptoKey, 
    inputBlockSize : int, 
    outputBlockSize : int
)

Parameters

.NET Framework Security

See Also

Reference

Decryptor Class

Microsoft.SPOT.Cryptoki Namespace