You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.293
Former-commit-id: c73c6d59ea27405c8ec2975fc933d2a9a447e603
This commit is contained in:
parent
7de0679779
commit
76c6505a64
@@ -83,6 +83,18 @@ namespace System.Security.Cryptography.X509Certificates
|
||||
|
||||
public abstract void AppendPrivateKeyInfo (StringBuilder sb);
|
||||
|
||||
public sealed override X509CertificateImpl CopyWithPrivateKey (RSA privateKey)
|
||||
{
|
||||
var impl = (X509Certificate2Impl)Clone ();
|
||||
impl.PrivateKey = privateKey;
|
||||
return impl;
|
||||
}
|
||||
|
||||
public sealed override X509Certificate CreateCertificate ()
|
||||
{
|
||||
return new X509Certificate2 (this);
|
||||
}
|
||||
|
||||
public abstract void Reset ();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user