windows 0.62.2

Rust for Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(feature = "Security_Authentication")]
pub mod Authentication;
#[cfg(feature = "Security_Authorization")]
pub mod Authorization;
#[cfg(feature = "Security_Credentials")]
pub mod Credentials;
#[cfg(feature = "Security_Cryptography")]
pub mod Cryptography;
#[cfg(feature = "Security_DataProtection")]
pub mod DataProtection;
#[cfg(feature = "Security_EnterpriseData")]
pub mod EnterpriseData;
#[cfg(feature = "Security_ExchangeActiveSyncProvisioning")]
pub mod ExchangeActiveSyncProvisioning;
#[cfg(feature = "Security_Isolation")]
pub mod Isolation;