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

13 lines
368 B
Markdown
Raw Normal View History

2016-07-07 18:02:48 +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; }
+ }
+}
```