This topic has not yet been rated - Rate this topic

EncryptedType Members

Represents the abstract base class from which the classes EncryptedData and EncryptedKey derive.

The EncryptedType type exposes the following members.

  NameDescription
Protected method EncryptedType Initializes a new instance of the EncryptedType class.
Top
  NameDescription
Public method AddProperty Adds an <EncryptionProperty> child element to the <EncryptedProperties> element in the current EncryptedType object in XML encryption.
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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method GetXml Returns the XML representation of the EncryptedType object.
Public method LoadXml Loads XML information into the <EncryptedType> element in XML encryption.
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
  NameDescription
Public property CipherData Gets or sets the CipherData value for an instance of an EncryptedType class.
Public property Encoding Gets or sets the Encoding attribute of an EncryptedType instance in XML encryption.
Public property EncryptionMethod Gets or sets the <EncryptionMethod> element for XML encryption.
Public property EncryptionProperties Gets or sets the <EncryptionProperties> element in XML encryption.
Public property Id Gets or sets the Id attribute of an EncryptedType instance in XML encryption.
Public property KeyInfo Gets of sets the <KeyInfo> element in XML encryption.
Public property MimeType Gets or sets the MimeType attribute of an EncryptedType instance in XML encryption.
Public property Type Gets or sets the Type attribute of an EncryptedType instance in XML encryption.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.