Class CertificateHandler
  
  
  
  
    Inheritance
    
    CertificateHandler
   
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public class CertificateHandler : IDisposable
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CertificateHandler()
  
  
  Declaration
  
    protected CertificateHandler()
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Dispose()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Finalize()
  
  
  Declaration
  
    protected void Finalize()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ValidateCertificate(Byte[])
  
  
  Declaration
  
    protected virtual bool ValidateCertificate(byte[] certificateData)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Byte[] | certificateData |  | 
    
  
  Returns
  
  Implements
  
  Extension Methods