The SdpEncryptionKeytype exposes the following members.

Constructors

  Name Description
SdpEncryptionKey Overloaded.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Reset
Sets default values for the Encryption method.
ToString
Returns the string representation of the EncryptionKey in form of "method:key"
(Overrides ObjectToString () () () .)

Properties

  Name Description
IsSet
Gets true if the encryption key is assigned a value.
Key
Gets or sets the encryption key. If the Method property indicates "prompt," then this property is not used. If the method is base64, the value should be base64-encoded. If the method is URI, the value should be a URI. The format is not checked by the parser.
Method
Gets or sets the Encryption method.

See Also