SdpEncryptionKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a "k" line from the SDP.
public ref class SdpEncryptionKey
public class SdpEncryptionKey
type SdpEncryptionKey = class
Public Class SdpEncryptionKey
- Inheritance
-
SdpEncryptionKey
Constructors
SdpEncryptionKey() |
Initializes an instance of the SdpEncryptionKey class. |
SdpEncryptionKey(SdpEncryptionKey) |
Initializes a copy of an encryption key. |
Properties
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. |
Methods
Reset() |
Sets default values for the Encryption method. |
ToString() |
Returns the string representation of the EncryptionKey in form of "method:key" |