O2S.Components.PDF4NET Documentation
FriendlyName Property



O2S.Components.PDF4NET.DigitalSignatures.Asn1 Namespace > Asn1ObjectIdentifier Class : FriendlyName Property
Gets the friendly name of the object identifier.
Syntax
'Declaration
 
Public ReadOnly Property FriendlyName As String
'Usage
 
Dim instance As Asn1ObjectIdentifier
Dim value As String
 
value = instance.FriendlyName
public string FriendlyName {get;}
public:
property String^ FriendlyName {
   String^ get();
}

Property Value

The friendly name of the identifier.
Remarks
The list of friendly names for object identifiers is obtained from here:
https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Asn1ObjectIdentifier Class
Asn1ObjectIdentifier Members