Class KeyInfoType
[Serializable]
public class KeyInfoType
- Inheritance
-
KeyInfoType
- 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
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
KeyName
[AllowNull]
[MaybeNull]
public Collection<string> KeyName { get; set; }
Property Value
KeyNameSpecified
Gets a value indicating whether the KeyName collection is empty.
public bool KeyNameSpecified { get; }
Property Value
KeyValue
[AllowNull]
[MaybeNull]
public Collection<KeyValueType> KeyValue { get; set; }
Property Value
KeyValueSpecified
Gets a value indicating whether the KeyValue collection is empty.
public bool KeyValueSpecified { get; }
Property Value
MgmtData
[AllowNull]
[MaybeNull]
public Collection<string> MgmtData { get; set; }
Property Value
MgmtDataSpecified
Gets a value indicating whether the MgmtData collection is empty.
public bool MgmtDataSpecified { get; }
Property Value
PgpData
[AllowNull]
[MaybeNull]
public Collection<PgpDataType> PgpData { get; set; }
Property Value
PgpDataSpecified
Gets a value indicating whether the PgpData collection is empty.
public bool PgpDataSpecified { get; }
Property Value
RetrievalMethod
[AllowNull]
[MaybeNull]
public Collection<RetrievalMethodType> RetrievalMethod { get; set; }
Property Value
RetrievalMethodSpecified
Gets a value indicating whether the RetrievalMethod collection is empty.
public bool RetrievalMethodSpecified { get; }
Property Value
SpkiData
[AllowNull]
[MaybeNull]
public Collection<SpkiDataType> SpkiData { get; set; }
Property Value
SpkiDataSpecified
Gets a value indicating whether the SpkiData collection is empty.
public bool SpkiDataSpecified { get; }
Property Value
Text
public string[] Text { get; set; }
Property Value
- string[]
X509Data
[AllowNull]
[MaybeNull]
public Collection<X509DataType> X509Data { get; set; }
Property Value
X509DataSpecified
Gets a value indicating whether the X509Data collection is empty.
public bool X509DataSpecified { get; }