Namespace: Org.BouncyCastle.X509.Store
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool[] KeyUsage { get; set; }
Visual Basic
Public Property KeyUsage As Boolean()
	Get
	Set
Visual C++
public:
property array<bool>^ KeyUsage {
	array<bool>^ get ();
	void set (array<bool>^ value);
}

See Also