ManagedHelper.GetRawCertData(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the raw certificate.
public:
virtual cli::array <System::Byte> ^ GetRawCertData(System::Object ^ certObject);
public byte[] GetRawCertData (object certObject);
abstract member GetRawCertData : obj -> byte[]
override this.GetRawCertData : obj -> byte[]
Public Function GetRawCertData (certObject As Object) As Byte()
Parameters
- certObject
- Object
The certificate object.
Returns
Byte[]
The returned certificate.