SdpEncryptionKey Members
Include Protected Members
Include Inherited Members
Represents a "k" line from the SDP.
The SdpEncryptionKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SdpEncryptionKey() | Initializes an instance of the SdpEncryptionKey class. |
![]() |
SdpEncryptionKey(SdpEncryptionKey) | Initializes a copy of an encryption key. |
Top
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. |
Top
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 Object.ToString().) |
Top