File: X509IssuerSerial.xml

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (80 lines) | stat: -rw-r--r-- 5,306 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<Type Name="X509IssuerSerial" FullName="System.Security.Cryptography.Xml.X509IssuerSerial">
  <TypeSignature Language="C#" Value="public struct X509IssuerSerial" />
  <TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit X509IssuerSerial extends System.ValueType" />
  <AssemblyInfo>
    <AssemblyName>System.Security</AssemblyName>
    <AssemblyVersion>2.0.0.0</AssemblyVersion>
    <AssemblyVersion>4.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.ValueType</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <since version=".NET 2.0" />
    <remarks>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>The <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial" /> structure represents the &lt;X509IssuerSerial&gt; element of an XML digital signature defined by the XML digital signature specification. The &lt;X509IssuerSerial&gt; element is the subelement of the &lt;X509Data&gt; element that contains an X.509v3 certificate issuer's distinguished name and serial number pair. The distinguished name and serial number pair help identify a specific X.509v3 certificate.</para>
      <para>The issuer of an X.509 certificate is the name of the certification authority that issued the certificate. Certification authorities assign each certificate they issue a unique serial number for identification purposes.  </para>
      <para>Use the <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial" /> structure to specify a certificate issuer's distinguished name and serial number pair when using the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> class.  You can add an <see cref="T:System.Security.Cryptography.Xml.X509IssuerSerial" /> structure to the <see cref="T:System.Security.Cryptography.Xml.KeyInfoX509Data" /> class using the <see cref="P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials" /> property.  Alternatively, you can add string values that represent the X.509 certificate issuer's distinguished name and serial number pair using the <see cref="M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)" /> method.</para>
      <para>For more information about the &lt;X509IssuerSerial&gt; element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.</para>
    </remarks>
    <summary>
      <attribution license="cc4" from="Microsoft" modified="false" />
      <para>Represents the &lt;X509IssuerSerial&gt; element of an XML digital signature.</para>
    </summary>
  </Docs>
  <Members>
    <Member MemberName="IssuerName">
      <MemberSignature Language="C#" Value="public string IssuerName { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance string IssuerName" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.String</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <since version=".NET 2.0" />
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>The <see cref="P:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName" /> property represents an X.509 certificate issuer's distinguished name specified in the &lt;X509IssuerSerial&gt; element.</para>
          <para>For more information about the &lt;X509IssuerSerial&gt; element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.  </para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets or sets an X.509 certificate issuer's distinguished name.</para>
        </summary>
      </Docs>
    </Member>
    <Member MemberName="SerialNumber">
      <MemberSignature Language="C#" Value="public string SerialNumber { get; set; }" />
      <MemberSignature Language="ILAsm" Value=".property instance string SerialNumber" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>2.0.0.0</AssemblyVersion>
        <AssemblyVersion>4.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.String</ReturnType>
      </ReturnValue>
      <Docs>
        <value>To be added.</value>
        <since version=".NET 2.0" />
        <remarks>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>The <see cref="P:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber" /> property represents an X.509 certificate issuer's serial number specified in the &lt;X509IssuerSerial&gt; element.</para>
          <para>For more information about the &lt;X509IssuerSerial&gt; element, see the World Wide Web Consortium (W3C) specification at www.w3.org/TR/xmldsig-core/.  </para>
        </remarks>
        <summary>
          <attribution license="cc4" from="Microsoft" modified="false" />
          <para>Gets or sets an X.509 certificate issuer's serial number.</para>
        </summary>
      </Docs>
    </Member>
  </Members>
</Type>