public CngUIPolicy (CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext) : this (protectionLevel, friendlyName, description, useContext, null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext) : this(protectionLevel, friendlyName, description, useContext, null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle) { ProtectionLevel = protectionLevel; FriendlyName = friendlyName; Description = description; UseContext = useContext; CreationTitle = creationTitle; }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle) { this.m_creationTitle = creationTitle; this.m_description = description; this.m_friendlyName = friendlyName; this.m_protectionLevel = protectionLevel; this.m_useContext = useContext; }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle) { level = protectionLevel; name = friendlyName; desc = description; context = useContext; title = creationTitle; }
public CngUIPolicy (CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle) { level = protectionLevel; name = friendlyName; desc = description; context = useContext; title = creationTitle; }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description) { Contract.Ensures(0 <= description.Length); Contract.Ensures(0 <= friendlyName.Length); }
public CngUIPolicy(CngUIProtectionLevels protectionLevel) : this(protectionLevel, null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle) { throw new NotImplementedException(); }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName) : this(protectionLevel, friendlyName, description : null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel) { Contract.Ensures(false); }
public CngUIPolicy (CngUIProtectionLevels protectionLevel) : this (protectionLevel, null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string?friendlyName, string?description, string?useContext) : this(protectionLevel, friendlyName, description, useContext, creationTitle : null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName) { Contract.Ensures(false); }
public CngUIPolicy(CngUIProtectionLevels protectionLevel) : this(protectionLevel, friendlyName: null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName) : this(protectionLevel, friendlyName, description: null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel) : this(protectionLevel, friendlyName : null) { }
public CngUIPolicy(CngUIProtectionLevels protectionLevel) { throw new NotImplementedException(); }
public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description) { throw new NotImplementedException(); }