MPCertificate.CertificateIsValidX509Cert Property
If true, the blob represents a valid certificate.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool CertificateIsValidX509Cert { get; private set; }
public:
property bool CertificateIsValidX509Cert {
bool get();
private: void set(bool value);
}
Public Property CertificateIsValidX509Cert As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
MPCertificate Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top