| 
| void  | Dispose () | 
|   | 
| void  | Clear () | 
|   | 
| virtual void  | FromXmlString (string xmlString) | 
|   | 
| virtual string  | ToXmlString (bool includePrivateParameters) | 
|   | 
| virtual byte[]  | ExportEncryptedPkcs8PrivateKey (global::System.ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters) | 
|   | 
| virtual byte[]  | ExportEncryptedPkcs8PrivateKey (global::System.ReadOnlySpan< char > password, PbeParameters pbeParameters) | 
|   | 
| virtual byte[]  | ExportPkcs8PrivateKey () | 
|   | 
| virtual byte[]  | ExportSubjectPublicKeyInfo () | 
|   | 
| virtual void  | ImportEncryptedPkcs8PrivateKey (global::System.ReadOnlySpan< byte > passwordBytes, global::System.ReadOnlySpan< byte > source, out int bytesRead) | 
|   | 
| virtual void  | ImportEncryptedPkcs8PrivateKey (global::System.ReadOnlySpan< char > password, global::System.ReadOnlySpan< byte > source, out int bytesRead) | 
|   | 
| virtual void  | ImportPkcs8PrivateKey (global::System.ReadOnlySpan< byte > source, out int bytesRead) | 
|   | 
| virtual void  | ImportSubjectPublicKeyInfo (global::System.ReadOnlySpan< byte > source, out int bytesRead) | 
|   | 
| virtual bool  | TryExportEncryptedPkcs8PrivateKey (global::System.ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters, global::System.Span< byte > destination, out int bytesWritten) | 
|   | 
| virtual bool  | TryExportEncryptedPkcs8PrivateKey (global::System.ReadOnlySpan< char > password, PbeParameters pbeParameters, global::System.Span< byte > destination, out int bytesWritten) | 
|   | 
| virtual bool  | TryExportPkcs8PrivateKey (global::System.Span< byte > destination, out int bytesWritten) | 
|   | 
| virtual bool  | TryExportSubjectPublicKeyInfo (global::System.Span< byte > destination, out int bytesWritten) | 
|   | 
Definition at line 11 of file AsymmetricAlgorithm.cs.