Example #1
0
 public virtual byte[] GetKeyAlgorithmParameters()
 {
     this.ThrowIfContextInvalid();
     if (this.m_publicKeyParameters == null)
     {
         this.m_publicKeyParameters = X509Utils._GetPublicKeyParameters(this.m_safeCertContext);
     }
     return((byte[])this.m_publicKeyParameters.Clone());
 }