Class ProtectedValueExtractor
Implements an object value extractor that decrypts the provided base64-encoded string using the system encryption key.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Processing
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ProtectedValueExtractor : ValueExtractorBase, IValidator, IEquatable<ValueExtractorBase>, IExtensibleDataObjectConstructors
ProtectedValueExtractor()
Declaration
public ProtectedValueExtractor()Fields
ElementName
Name of the root element when object is serialized to XML.
Declaration
public const string ElementName = "EXTRACT-PROTECTED-VALUE"Field Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Equals(ValueExtractorBase)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(ValueExtractorBase other)Parameters
| Type | Name | Description | 
|---|---|---|
| ValueExtractorBase | other | The object to compare with the current object. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | True if the specified object is equal to the current object; otherwise, false. | 
Overrides
Equals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | obj | The object to compare with the current object. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | True if the specified object is equal to the current object; otherwise, false. | 
Overrides
Extract(MessagePipelineContext, Object)
Extracts and formats a value from provided object.
Declaration
public override object Extract(MessagePipelineContext context, object value)Parameters
| Type | Name | Description | 
|---|---|---|
| MessagePipelineContext | context | Provides the message processing context. | 
| System.Object | value | An object to extract value from. | 
Returns
| Type | Description | 
|---|---|
| System.Object | A value extracted from the object. | 
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()Returns
| Type | Description | 
|---|---|
| System.Int32 | Hash code of the current instance. | 
Overrides
ToString()
Returns string representation of the object.
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | String representing the object's content. |