ManagedHelper.GetRawCertData(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le certificat brut.
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()
Paramètres
- certObject
- Object
Objet de certificate.
Retours
- Byte[]
Certificat retourné.