Share via


X509Certificate.Subject Property

The name of the entity whose public key the certificate identifies.

Namespace: Microsoft.SPOT.Net.Security
Assembly: Microsoft.SPOT.Net.Security (in microsoft.spot.net.security.dll)

Syntax

public string Subject { get; }

Property Value

The name of the entity whose public key the certificate identifies.

Remarks

This is the Distinguished Name (DN) of the entity.

Example

CN=Jane Doe, OU=Software Division, O=Contoso Inc, C=US

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

X509Certificate Class
X509Certificate Members
Microsoft.SPOT.Net.Security Namespace