Method GetBioText
GetBioText(Attributes)
Gets the textual bio data in the given attributes if present with the object identifier DOT_STEPOVER_DOC_BIODATA_TEXT
Declaration
public static string GetBioText(Attributes attributes)
Parameters
Type | Name | Description |
---|---|---|
Org.BouncyCastle.Asn1.Cms.Attributes | attributes | The attributes. |
Returns
Type | Description |
---|---|
System.String | The textual bio data or null in case of error. |