←Select platform

KeyContainer Constructor(string,byte[])

Summary

Initializes a new instance of the KeyContainer class.

Syntax

C#
VB
C++
public KeyContainer( 
   string name, 
   byte[] key 
) 
Public Function New( _ 
   ByVal name As String, _ 
   ByVal key() As Byte _ 
) 
public: 
KeyContainer(  
   String^ name, 
   array<byte>^ key 
) 

Parameters

name
The name.

key
The key to import into container.

Remarks

Upon successfull creation of the container the key is imported into the container.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly