dotnet-core/release-notes/1.0/1.0.0-api/1.0.0-api_System.Security.Cryptography.Xml.md
2016-07-07 09:02:48 -07:00

368 B

System.Security.Cryptography.Xml

+namespace System.Security.Cryptography.Xml {
+    [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+    public struct X509IssuerSerial {
+        public string IssuerName { get; set; }
+        public string SerialNumber { get; set; }
+    }
+}