Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Crypto object

A Crypto object provides the entry point to all cryptographic methods, properties, and events.

IE11

 

Syntax


var cryptoObj = window.crypto;

DOM Information

Inheritance Hierarchy

The Crypto does not inherit from any class or interface.

Members

The Crypto object has these types of members:

Methods

The Crypto object has these methods.

MethodDescription
getRandomValues

Places cryptographically random values into the given array.

 

Properties

The Crypto object has these properties.

PropertyAccess typeDescription

subtle

Read-only

A property that provides access to methods for performing cryptographic algorithms.

 

 

 

Show:
© 2017 Microsoft