dotnet-core/release-notes/1.0/1.0.0-api/1.0.0-api_System.Security.Cryptography.Xml.md

13 lines
356 B
Markdown
Raw Normal View History

2017-07-05 23:24:38 +02:00
# 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; }
+ }
+}
```