Click or drag to resize

CipherKeyIVExists Method

Determines if a key and initialization vector exists for the given password in the local system key cache.

Namespace: GSF.Security.Cryptography
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
public static bool KeyIVExists(
	string password,
	int keySize
)
View Source

Parameters

password  String
User password used for key lookups.
keySize  Int32
Specifies the desired key size.

Return Value

Boolean
true if a key and initialization vector exists for the given password; otherwise false.
See Also