dotnet-core/release-notes/1.0/1.0.0-api/1.0.0-api_System.Security.Cryptography.Xml.md
2017-07-05 14:24:38 -07:00

13 lines
356 B
Markdown

# System.Security.Cryptography.Xml
``` diff
+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; }
+ }
+}
```