Click or drag to resize
weroSoft AG, Software
CryptoServiceBaseIsKeyExisting Method (String, CryptoKeyStore)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a value indicating whether a key is existing or not.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static bool IsKeyExisting(
	string containerName,
	CryptoKeyStore keyStore
)

Parameters

containerName
Type: SystemString
Name of the key container.
keyStore
Type: WeroSoft.SecurityCryptoKeyStore
The key store which is checked for existence.

Return Value

Type: Boolean
True if the key exists; otherwise false.
See Also