SshPublicKey.Subject Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 8.0.9673)
Subject
Gets or sets the 'Subject' header. Used only in RFC 4716 format.
This value should be used for informational purposes only and should not be relied upon for authentication or identity verification.
Declaration
public string Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Remarks
The underlying RFC 4716 format provides no means to verify that the key was actually issued for this subject. This value should be treated with caution, as it cannot be trusted to reflect the true identity of the key owner.