Class NotationData
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Bcpg.Sig
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class NotationData : SignatureSubpacket
   
  
    - Inheritance
- 
      
      
      NotationData 
    - Inherited Members
- 
    
    
    
    
    
    
    
    
    
    
    
    
  
Constructors
  
  
  NotationData(bool, bool, byte[])
  
  
  
  
  
    public NotationData(bool critical, bool isLongLength, byte[] data)
   
  Parameters
  
    - criticalbool
- isLongLengthbool
- databyte[]
  NotationData(bool, bool, string, string)
  
  
  
  
  
    public NotationData(bool critical, bool humanReadable, string notationName, string notationValue)
   
  Parameters
  
    - criticalbool
- humanReadablebool
- notationNamestring
- notationValuestring
Fields
  
  
  
  
    public const int HeaderFlagLength = 4
   
  Field Value
  
    - int
    public const int HeaderNameLength = 2
   
  Field Value
  
    - int
    public const int HeaderValueLength = 2
   
  Field Value
  
    - int
Properties
  
  
  IsHumanReadable
  
  
  
  
  
    public bool IsHumanReadable { get; }
   
  Property Value
  
    - bool
Methods
  
  
  GetNotationName()
  
  
  
  
  
    public string GetNotationName()
   
  Returns
  
    - string
  GetNotationValue()
  
  
  
  
  
    public string GetNotationValue()
   
  Returns
  
    - string
  GetNotationValueBytes()
  
  
  
  
  
    public byte[] GetNotationValueBytes()
   
  Returns
  
    - byte[]