Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
<CLSCompliantAttribute(False)>
Public Structure CERT_PUBLIC_KEY_INFO
C#
[CLSCompliantAttribute(False)]
public struct CERT_PUBLIC_KEY_INFO
C++
[CLSCompliantAttribute(False)]
value class CERT_PUBLIC_KEY_INFO
J#
/** @attribute CLSCompliantAttribute(False) */
public final class CERT_PUBLIC_KEY_INFO extends ValueType
JScript
JScript suports the use of structures, but not the declaration of new ones.

Inheritance Hierarchy

System.Object
   FileNet.Api.Util.CERT_PUBLIC_KEY_INFO

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also