1 write to PrimaryPurpose
System.Web (1)
Security\Cryptography\Purpose.cs (1)
64PrimaryPurpose = primaryPurpose;
4 references to PrimaryPurpose
System.Web (4)
Security\Cryptography\MachineKeyDataProtectorFactory.cs (1)
40return DataProtector.Create(dataProtectorTypeName, applicationName, purpose.PrimaryPurpose, purpose.SpecificPurposes);
Security\Cryptography\Purpose.cs (3)
90return new Purpose(PrimaryPurpose, newSpecificPurposes); 105return new Purpose(PrimaryPurpose, newSpecificPurposes); 145_derivedKeyLabel = CryptoUtil.SecureUTF8Encoding.GetBytes(PrimaryPurpose);