Share via


CryptokiDigest Constructor (String, Mechanism, Int32)

[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 ( _
    providerName As String, _
    mechanism As Mechanism, _
    hashSize As Integer _
)
public CryptokiDigest(
    string providerName,
    Mechanism mechanism,
    int hashSize
)
public:
CryptokiDigest(
    String^ providerName, 
    Mechanism^ mechanism, 
    int hashSize
)
new : 
        providerName:string * 
        mechanism:Mechanism * 
        hashSize:int -> CryptokiDigest
public function CryptokiDigest(
    providerName : String, 
    mechanism : Mechanism, 
    hashSize : int
)

Parameters

.NET Framework Security

See Also

Reference

CryptokiDigest Class

CryptokiDigest Overload

Microsoft.SPOT.Cryptoki Namespace