MessageCertificateX509.IsSelfSigned Property
Gets a value that indicates whether the certificate is self-signed or issued by a certificate authority (CA).
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool IsSelfSigned { get; }
public:
property bool IsSelfSigned {
bool get();
}
Public ReadOnly Property IsSelfSigned As Boolean
Property Value
Type: System.Boolean
Remarks
This is a simple comparison, but should work in most cases.
See Also
MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top