PublicKeyInfo Class

Definition

The PublicKeyInfo class represents information associated with a public key.

public ref class PublicKeyInfo sealed
public sealed class PublicKeyInfo
type PublicKeyInfo = class
Public NotInheritable Class PublicKeyInfo
Inheritance
PublicKeyInfo

Remarks

This class does not have a public constructor; therefore, it cannot be publicly instantiated.

Properties

Algorithm

The Algorithm property retrieves the algorithm identifier associated with the public key.

KeyValue

The KeyValue property retrieves the value of the encoded public component of the public key pair.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to