Returns hex string representation of the data for this entire certificate.
[Visual Basic] Overridable Public Function GetRawCertDataString() As String [C#] public virtual string GetRawCertDataString(); [C++] public: virtual String* GetRawCertDataString(); [JScript] public function GetRawCertDataString() : String;
Returns the X509v3 certificate data represented as a hex String.
X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace