Click or drag to resize

BEREncoder Methods

The BEREncoder type exposes the following members.

Methods
  Name Description
Public method encodeT
(Overrides EncoderencodeT(T, Stream))
Public method encodeAny
(Overrides EncoderencodeAny(Object, Stream, ElementInfo))
Public method encodeBitString
(Overrides EncoderencodeBitString(Object, Stream, ElementInfo))
Public method encodeBoolean
(Overrides EncoderencodeBoolean(Object, Stream, ElementInfo))
Public method encodeBoxedType
(Inherited from Encoder)
Public method encodeChoice
(Overrides EncoderencodeChoice(Object, Stream, ElementInfo))
Public method encodeClassType
(Inherited from Encoder)
Public method encodeCSElement
(Inherited from Encoder)
Protected method encodeCSEnum
(Inherited from Encoder)
Public method encodeElement
(Inherited from Encoder)
Public method encodeEnum
(Inherited from Encoder)
Public method encodeEnumItem
(Overrides EncoderencodeEnumItem(Object, Type, Stream, ElementInfo))
Protected method encodeHeader  
Public method encodeInteger
(Overrides EncoderencodeInteger(Object, Stream, ElementInfo))
Protected method encodeIntegerValue  
Protected method encodeLength  
Public method encodeNull
(Overrides EncoderencodeNull(Object, Stream, ElementInfo))
Public method encodeObjectIdentifier
(Overrides EncoderencodeObjectIdentifier(Object, Stream, ElementInfo))
Public method encodeOctetString
(Overrides EncoderencodeOctetString(Object, Stream, ElementInfo))
Public method encodePreparedElement
(Inherited from Encoder)
Public method encodeReal
(Overrides EncoderencodeReal(Object, Stream, ElementInfo))
Public method encodeSequence
(Overrides EncoderencodeSequence(Object, Stream, ElementInfo))
Public method encodeSequenceField
(Inherited from Encoder)
Public method encodeSequenceOf
(Overrides EncoderencodeSequenceOf(Object, Stream, ElementInfo))
Public method encodeString
(Overrides EncoderencodeString(Object, Stream, ElementInfo))
Protected method encodeTag  
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected method getChoiceSelectedElement
(Inherited from Encoder)
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method invokeGetterMethodForField
(Inherited from Encoder)
Public method invokeSelectedMethodForField
(Inherited from Encoder)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also