'This method instantiates a 'SIG' Type of Resource Record based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner/target Name, class (default = IN), 'time to live' value, TypeCovered, Algorithm, Labels, OriginalTTL, SignatureExpiration, SignatureInception, KeyTag, SignerName and Signature. It returns a reference to the new object as an output parameter.'
'This method updates the TTL, TypeCovered, Algorithm, Labels, OriginalTTL, SignatureExpiration, SignatureInception, KeyTag, SignerName and Signature to the values specified as the input parameters of this method. If a new value for some parameter is not specified, then the current value for this parameter is not changed. The method returns a reference to the modified object as an output parameter.'
'This method parses the resource record in the TextRepresentation string, and along with the input DNS server and Container names, defines and instantiates a ResourceRecord object. The method returns a reference to the new object as an output parameter.'
'This method to retrieve an existing instance of the MicrosoftDns_ResourceRecord subclass, represented by the TextRepresentation string along with Dns Server and container name.'
'Algorithm that can be used with the key specified in this record. The assigned values include 1-4 and map to the algorithms as follows. 1-RSA/MD5 [RFC 2537], 2-Diffie-Hellman [RFC 2539], 3-DSA [RFC 2536], 4- elliptic curve crypto '
'KeyTag provides an efficient away to choose a Keyto verify SIG is more than one Keys are available. RFC 2535, Appendix C describes how to calculate a KeyTag.'
read
True
KeyTag property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces
'The "labels" octet is an unsigned count of how many labels there are in the original SIG RR owner name not counting the null label for root and not counting any initial "*" for a wildcard. '
read
True
Labels property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 1 namespace
'SIG is valid until Signature Expiration. Signature Expiration is specified in number of seconds since the start of 1 January 1970, GMT, ignoring leap seconds. '
read
True
SignatureExpiration property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces
'SIG is valid after Signature Inception. Signature Inception is specified in number of seconds since the start of 1 January 1970, GMT, ignoring leap seconds. '
read
True
SignatureInception property is in 1 class (MicrosoftDNS_SIGType) of ROOT\MicrosoftDNS and in 3 namespaces
'This string represents the Fully Qualified Domain Name of the Domain which contains this Resource Record. This property may contain the strings, "..Cache" or "..RootHints", if the DNS' internal cache or Root Hints (respectively) contain this Resource Record.'
'This property indicates the time moment, when the record was refreshed last time. The zero value means that the record is not subjected to aging and scavenging. To disable aging and scavenging of this record set this value to zero. To enable record's aging and scavenging use AgeAllRecords method defined under the MicrosoftDNS_Zone class.'