RTCDtlsFingerprint object

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Includes the hash function algorithm and certificate fingerprint as described in [RFC4572].

Syntax

dictionary RTCDtlsFingerprint {
             DOMString algorithm;
             DOMString value;
};

Members

The RTCDtlsFingerprint object does not define any members.

Standards information

Dictionary

Member Type Description
algorithm DOMString One of the the hash function algorithms defined in the 'Hash function Textual Names' registry, initially specified in [RFC4572] Section 8.
value DOMString The value of the certificate fingerprint in lowercase hex string as expressed utilizing the syntax of 'fingerprint' in [RFC4572] Section 5.

 

See also

RTCDtlsTransport