Show / Hide Table of Contents
Editar no GitHub

Class GeneralNames

Inheritance
Object
List<GeneralName>
GeneralNames
Inherited Members
System.Collections.Generic.List<Lacuna.Pki.GeneralName>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Lacuna.Pki.GeneralName>.System.Collections.IList.set_Item(System.Int32, System.Object)
List<GeneralName>.Add(GeneralName)
List<GeneralName>.IList.Add(Object)
List<GeneralName>.AddRange(IEnumerable<GeneralName>)
List<GeneralName>.AsReadOnly()
List<GeneralName>.BinarySearch(Int32, Int32, GeneralName, IComparer<GeneralName>)
List<GeneralName>.BinarySearch(GeneralName)
List<GeneralName>.BinarySearch(GeneralName, IComparer<GeneralName>)
List<GeneralName>.Clear()
List<GeneralName>.Contains(GeneralName)
List<GeneralName>.IList.Contains(Object)
List<GeneralName>.ConvertAll<TOutput>(Converter<GeneralName, TOutput>)
List<GeneralName>.CopyTo(GeneralName[])
List<GeneralName>.ICollection.CopyTo(Array, Int32)
List<GeneralName>.CopyTo(Int32, GeneralName[], Int32, Int32)
List<GeneralName>.CopyTo(GeneralName[], Int32)
List<GeneralName>.Exists(Predicate<GeneralName>)
List<GeneralName>.Find(Predicate<GeneralName>)
List<GeneralName>.FindAll(Predicate<GeneralName>)
List<GeneralName>.FindIndex(Predicate<GeneralName>)
List<GeneralName>.FindIndex(Int32, Predicate<GeneralName>)
List<GeneralName>.FindIndex(Int32, Int32, Predicate<GeneralName>)
List<GeneralName>.FindLast(Predicate<GeneralName>)
List<GeneralName>.FindLastIndex(Predicate<GeneralName>)
List<GeneralName>.FindLastIndex(Int32, Predicate<GeneralName>)
List<GeneralName>.FindLastIndex(Int32, Int32, Predicate<GeneralName>)
List<GeneralName>.ForEach(Action<GeneralName>)
List<GeneralName>.GetEnumerator()
List<GeneralName>.IEnumerable<GeneralName>.GetEnumerator()
List<GeneralName>.IEnumerable.GetEnumerator()
List<GeneralName>.GetRange(Int32, Int32)
List<GeneralName>.IndexOf(GeneralName)
List<GeneralName>.IList.IndexOf(Object)
List<GeneralName>.IndexOf(GeneralName, Int32)
List<GeneralName>.IndexOf(GeneralName, Int32, Int32)
List<GeneralName>.Insert(Int32, GeneralName)
List<GeneralName>.IList.Insert(Int32, Object)
List<GeneralName>.InsertRange(Int32, IEnumerable<GeneralName>)
List<GeneralName>.LastIndexOf(GeneralName)
List<GeneralName>.LastIndexOf(GeneralName, Int32)
List<GeneralName>.LastIndexOf(GeneralName, Int32, Int32)
List<GeneralName>.Remove(GeneralName)
List<GeneralName>.IList.Remove(Object)
List<GeneralName>.RemoveAll(Predicate<GeneralName>)
List<GeneralName>.RemoveAt(Int32)
List<GeneralName>.RemoveRange(Int32, Int32)
List<GeneralName>.Reverse()
List<GeneralName>.Reverse(Int32, Int32)
List<GeneralName>.Sort()
List<GeneralName>.Sort(IComparer<GeneralName>)
List<GeneralName>.Sort(Int32, Int32, IComparer<GeneralName>)
List<GeneralName>.Sort(Comparison<GeneralName>)
List<GeneralName>.ToArray()
List<GeneralName>.TrimExcess()
List<GeneralName>.TrueForAll(Predicate<GeneralName>)
List<GeneralName>.Capacity
List<GeneralName>.Count
List<GeneralName>.IList.IsFixedSize
List<GeneralName>.ICollection<GeneralName>.IsReadOnly
List<GeneralName>.IList.IsReadOnly
List<GeneralName>.ICollection.IsSynchronized
List<GeneralName>.ICollection.SyncRoot
List<GeneralName>.Item[Int32]
List<GeneralName>.IList.Item[Int32]
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class GeneralNames : List<GeneralName>, IList<GeneralName>, ICollection<GeneralName>, IList, ICollection, IReadOnlyList<GeneralName>, IReadOnlyCollection<GeneralName>, IEnumerable<GeneralName>, IEnumerable

Properties

| Improve this Doc View Source

ContainsName

Declaration
public bool ContainsName { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ContainsUri

Declaration
public bool ContainsUri { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IsSingleUri

Declaration
public bool IsSingleUri { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Decode(Byte[])

Declaration
public static GeneralNames Decode(byte[] content)
Parameters
Type Name Description
Byte[] content
Returns
Type Description
GeneralNames
| Improve this Doc View Source

FindOtherName(String)

Declaration
public OtherName FindOtherName(string typeId)
Parameters
Type Name Description
String typeId
Returns
Type Description
OtherName
| Improve this Doc View Source

GetAsSingleUri()

Declaration
public Uri GetAsSingleUri()
Returns
Type Description
Uri
| Improve this Doc View Source

GetName()

Declaration
public Name GetName()
Returns
Type Description
Name
| Improve this Doc View Source

GetUri()

Declaration
public Uri GetUri()
Returns
Type Description
Uri
| Improve this Doc View Source

TryGetAsSingleUri(out Uri)

Declaration
public bool TryGetAsSingleUri(out Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetName(out Name)

Declaration
public bool TryGetName(out Name name)
Parameters
Type Name Description
Name name
Returns
Type Description
Boolean
| Improve this Doc View Source

TryGetUri(out Uri)

Declaration
public bool TryGetUri(out Uri uri)
Parameters
Type Name Description
Uri uri
Returns
Type Description
Boolean
Back to top Copyright © 2015-2020 Lacuna Software