Class X509DataType
[Serializable]
public class X509DataType
- Inheritance
-
X509DataType
- Inherited Members
Properties
Any
[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }
Property Value
AnySpecified
Gets a value indicating whether the Any collection is empty.
public bool AnySpecified { get; }
Property Value
X509Certificate
[AllowNull]
[MaybeNull]
public Collection<byte[]> X509Certificate { get; set; }
Property Value
- Collection<byte[]>
X509CertificateSpecified
Gets a value indicating whether the X509Certificate collection is empty.
public bool X509CertificateSpecified { get; }
Property Value
X509Crl
[AllowNull]
[MaybeNull]
public Collection<byte[]> X509Crl { get; set; }
Property Value
- Collection<byte[]>
X509CrlSpecified
Gets a value indicating whether the X509Crl collection is empty.
public bool X509CrlSpecified { get; }
Property Value
X509IssuerSerial
[AllowNull]
[MaybeNull]
public Collection<X509IssuerSerialType> X509IssuerSerial { get; set; }
Property Value
X509IssuerSerialSpecified
Gets a value indicating whether the X509IssuerSerial collection is empty.
public bool X509IssuerSerialSpecified { get; }
Property Value
X509Ski
[AllowNull]
[MaybeNull]
public Collection<byte[]> X509Ski { get; set; }
Property Value
- Collection<byte[]>
X509SkiSpecified
Gets a value indicating whether the X509Ski collection is empty.
public bool X509SkiSpecified { get; }
Property Value
X509SubjectName
[AllowNull]
[MaybeNull]
public Collection<string> X509SubjectName { get; set; }
Property Value
X509SubjectNameSpecified
Gets a value indicating whether the X509SubjectName collection is empty.
public bool X509SubjectNameSpecified { get; }