You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.119
Former-commit-id: 06a3354e486c4ac75df6d25c7e1200b274f5da1f
This commit is contained in:
parent
4a084bd265
commit
71bd4a382b
@@ -59,6 +59,8 @@ namespace System.Security.Cryptography.X509Certificates
|
||||
|
||||
public abstract bool Build (X509Certificate2 certificate);
|
||||
|
||||
public abstract void AddStatus (X509ChainStatusFlags errorCode);
|
||||
|
||||
public abstract void Reset ();
|
||||
|
||||
public void Dispose ()
|
||||
|
@@ -110,6 +110,10 @@ namespace System.Security.Cryptography.X509Certificates {
|
||||
|
||||
// methods
|
||||
|
||||
public override void AddStatus (X509ChainStatusFlags error)
|
||||
{
|
||||
}
|
||||
|
||||
[MonoTODO ("Not totally RFC3280 compliant, but neither is MS implementation...")]
|
||||
public override bool Build (X509Certificate2 certificate)
|
||||
{
|
||||
|
Reference in New Issue
Block a user