iTextSharp.text.pdf.PdfPKCS7.X509Name.GetFieldArray C# (CSharp) Method

GetFieldArray() public method

public GetFieldArray ( String name ) : ArrayList
name String
return System.Collections.ArrayList
            public ArrayList GetFieldArray(String name) {
                ArrayList vs = (ArrayList)values[name];
                return vs == null ? null : vs;
            }