Share via


Subject Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the subject distinguished name from the certificate.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property Subject As String
public virtual string Subject { get; }
public:
virtual property String^ Subject {
    String^ get ();
}
abstract Subject : string with get
override Subject : string with get
function get Subject () : String

Property Value

Type: System. . :: . .String
The subject distinguished name from the certificate.

.NET Framework Security

See Also

Reference

X509Certificate Class

System.Security.Cryptography.X509Certificates Namespace