Method WrapBioText
WrapBioText(String)
Wraps textual biodata into an attribute with OID DOT_STEPOVER_DOC_BIODATA_TEXT.
Declaration
public static Attribute WrapBioText(string bioText)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | bioText |
Returns
| Type | Description |
|---|---|
| Org.BouncyCastle.Asn1.Cms.Attribute | The attribute or null in case of error. |